Fonction SAP BKK_PREPARE_JUMP - Prepare Navigation to Account/Business Partner etc.

Paramètre Reférence Type Long. Valeur par déf. Facultatif Description
I_AKTYP TBZ0K-AKTYP C 2 G_CON_DISPLAY X Activity Default: Display (03)
I_FIELDNAME DD03D-FIELDNAME C 30 Field Name of Selection Field to IBKK_OBJECTS
I_OBJECTS IBKK_OBJECTS u 736 Key for Account, Business Partner, ect.
I_XMSG 0 'X' X X: Output Messages

Paramètre Reférence Type Long. Description
E_RETURN SYST-SUBRC I 4 1: Invalid Field Name, 2: Invalid Key

Functionality
The function module prepares the navigation to a detailed view, andcalls the function module BKK_JUMP, which executes the navigation. Theimported field name I_FIELDNAME or its domain determines which detailedview is then called up. The function module always imports the fieldname domains and uses them to determine which key fields in theI_OBJECTS import structure are required for the navigation. The keyfield values and the activity are transferred to the function moduleBKK_JUMP when the domains are called up.

Notes
You can use the function module BKK_ALV_SET_HOSPOTS_JUMPFIELDS provideall fields where a detailed view is possible with a hotspot. You need toenter these fields in the TBKK_JUMP customizing table when you enter theCustomizing settings (transaction F9L0).

Further information
BKK_JUMP