SAP Reports / Programs | Construction Equipment Management | Industry Solution Engineering & Construction | Construction Equipment Management(IS-EC-CEM) SAP IS

J_3GNAF1 SAP ABAP INCLUDE - FORM Include for J_3GINNA







J_3GNAF1 is a standard ABAP INCLUDE available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.

If you would like to execute this report or see the full code listing simply enter J_3GNAF1 into the relevant SAP transactions such as SE38 or SE80


ABAP code to call this SAP report using the submit statement

This report can be called from another progam/report simply by using the ABAP SUBMIT statement, see below for example ABAP code snipts of how to do this.






SUBMIT J_3GNAF1. "Basic submit
SUBMIT J_3GNAF1 AND RETURN. "Return to original report after report execution complete
SUBMIT J_3GNAF1 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: FORM Include for J_3GINNA


INCLUDES used within this REPORT J_3GNAF1

No INCLUDES are used within this REPORT code!


TABLES used within REPORT and the associated SELECT statement:





No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

J_3G_LIST_ARCHIV call function 'J_3G_LIST_ARCHIV' exporting i_repid = 'J_3GINSD' i_nummer = hlp_nummer * i_lsind = 1 i_save_popup = hlp_save_popup * I_EDIT_NUMMER = ' ' * importing * e_archivnr = exceptions list_index_invalid = 1 others = 2.

DEQUEUE_EJ_3GHBEST call function 'DEQUEUE_EJ_3GHBEST' exporting mandt = sy-mandt j_3gbart = 1 j_3grestyp = 'IE' j_3gressou = en_j_3ghbest-j_3gressou exceptions others = 1.

ENQUEUE_EJ_3GHBEST call function 'ENQUEUE_EJ_3GHBEST' exporting mandt = sy-mandt j_3gbart = 1 j_3grestyp = 'IE' j_3gressou = i_j_3gressou exceptions foreign_lock = 1 system_failure = 2 others = 3.

ENQUEUE_EJ_3GBELEG call function 'ENQUEUE_EJ_3GBELEG' exporting * MODE_J_3GBELEGK = 'E' mandt = sy-mandt j_3gbelnri = i_j_3gbelnri * X_J_3GBELNRI = ' ' * _SCOPE = '2' * _WAIT = ' ' * _COLLECT = ' ' exceptions foreign_lock = 1 system_failure = 2 others = 3.

DEQUEUE_EJ_3GBELEG call function 'DEQUEUE_EJ_3GBELEG' exporting * MODE_J_3GBELK = 'E' mandt = sy-mandt j_3gbelnri = en_xj_3gbelk-j_3gbelnri * X_J_3GBELNRI = ' ' * _SCOPE = '3' * _SYNCHRON = ' ' * _COLLECT = ' ' exceptions others = 1.

J_3G_BELEGPOSI_STATUS_MODIFY call function 'J_3G_BELEGPOSI_STATUS_MODIFY' in update task exporting i_j_3gbelp = e_j_3gbelp h_indxkey = h_indxkey_p exceptions others = 1.

J_3G_BELEGKOPF_STATUS_MODIFY call function 'J_3G_BELEGKOPF_STATUS_MODIFY' in update task exporting i_j_3gbelk = e_xj_3gbelk h_indxkey = h_indxkey_k exceptions others = 1.

MESSAGE_TEXT_BUILD call function 'MESSAGE_TEXT_BUILD' exporting msgid = xvbfs-msgid msgnr = xvbfs-msgno msgv1 = xvbfs-msgv1 msgv2 = xvbfs-msgv2 msgv3 = xvbfs-msgv3 msgv4 = xvbfs-msgv4 importing message_text_output = hlp_text.

MESSAGE_TEXT_BUILD CALL FUNCTION 'MESSAGE_TEXT_BUILD' EXPORTING MSGID = XVBFS-MSGID MSGNR = XVBFS-MSGNO MSGV1 = XVBFS-MSGV1 MSGV2 = XVBFS-MSGV2 MSGV3 = XVBFS-MSGV3 MSGV4 = XVBFS-MSGV4 IMPORTING MESSAGE_TEXT_OUTPUT = HLP_TEXT.

J_3G_KNA1_MODIFY call function 'J_3G_KNA1_MODIFY' in update task exporting i_kna1 = kna1 h_indxkey = h_indxkey_e exceptions others = 1.

ENQUEUE_EXKNA1 call function 'ENQUEUE_EXKNA1' exporting * MODE_KNA1 = 'E' * MANDT = SY-MANDT kunnr = i_kunnr * X_KUNNR = ' ' * _SCOPE = '2' * _WAIT = ' ' * _COLLECT = ' ' exceptions foreign_lock = 1 system_failure = 2 others = 3.

DEQUEUE_EXKNA1 call function 'DEQUEUE_EXKNA1' exporting * MODE_KNA1 = 'E' * MANDT = SY-MANDT kunnr = i_kunnr * X_KUNNR = ' ' * _SCOPE = '3' * _SYNCHRON = ' ' * _COLLECT = ' ' exceptions others = 1.

J_3G_HISTBEST_MODIFY call function 'J_3G_HISTBEST_MODIFY' in update task exporting h_indxkey = h_indxkey_h tables t_j_3ghbest = sav_j_3ghbest exceptions others = 1.

REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING I_CALLBACK_PROGRAM = GV_REPID IS_LAYOUT = LS_LAYO IT_FIELDCAT = LT_FCAT IT_EVENTS = LT_EVTS IS_PRINT = LS_PRNT TABLES T_OUTTAB = GT_ABSTRACT_RATE EXCEPTIONS PROGRAM_ERROR = 1 OTHERS = 2 .

REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING I_PROGRAM_NAME = GV_REPID I_STRUCTURE_NAME = IS_STRUC CHANGING CT_FIELDCAT = CT_FCAT EXCEPTIONS INCONSISTENT_INTERFACE = 1 PROGRAM_ERROR = 2 OTHERS = 3 .

REUSE_ALV_EVENTS_GET CALL FUNCTION 'REUSE_ALV_EVENTS_GET' IMPORTING ET_EVENTS = CT_EVTS EXCEPTIONS LIST_TYPE_WRONG = 1 OTHERS = 2 .

J_3G_LIST_ARCHIV CALL FUNCTION 'J_3G_LIST_ARCHIV' EXPORTING I_REPID = 'J_3GINSD' I_NUMMER = HLP_NUMMER * i_lsind = 1 I_SAVE_POPUP = HLP_SAVE_POPUP * I_EDIT_NUMMER = ' ' * importing * e_archivnr = EXCEPTIONS LIST_INDEX_INVALID = 1 OTHERS = 2.

REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING I_CALLBACK_PROGRAM = GV_REPID IS_LAYOUT = LS_LAYO IT_FIELDCAT = LT_FCAT IT_EVENTS = LT_EVTS IS_PRINT = LS_PRNT TABLES T_OUTTAB = GT_XFBFS_SHOW EXCEPTIONS PROGRAM_ERROR = 1 OTHERS = 2 .

REUSE_ALV_LIST_DISPLAY





CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING I_CALLBACK_PROGRAM = GV_REPID IS_LAYOUT = LS_LAYO IT_FIELDCAT = LT_FCAT IT_EVENTS = LT_EVTS IS_PRINT = LS_PRNT TABLES T_OUTTAB = GT_RESULT_SHOW EXCEPTIONS PROGRAM_ERROR = 1 OTHERS = 2 .

REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING I_CALLBACK_PROGRAM = GV_REPID IS_LAYOUT = LS_LAYO IT_FIELDCAT = LT_FCAT IT_EVENTS = LT_EVTS IS_PRINT = LS_PRNT TABLES T_OUTTAB = GT_BELEG_REST_SHOW1 EXCEPTIONS PROGRAM_ERROR = 1 OTHERS = 2 .

REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING I_CALLBACK_PROGRAM = GV_REPID IS_LAYOUT = LS_LAYO IT_FIELDCAT = LT_FCAT IT_EVENTS = LT_EVTS IS_PRINT = LS_PRNT TABLES T_OUTTAB = GT_BELEG_REST_SHOW2 EXCEPTIONS PROGRAM_ERROR = 1 OTHERS = 2 .

REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING I_CALLBACK_PROGRAM = GV_REPID IS_LAYOUT = LS_LAYO IT_FIELDCAT = LT_FCAT IT_EVENTS = LT_EVTS IS_PRINT = LS_PRNT TABLES T_OUTTAB = GT_BELEG_REST_SHOW3 EXCEPTIONS PROGRAM_ERROR = 1 OTHERS = 2 .

REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING I_CALLBACK_PROGRAM = GV_REPID IS_LAYOUT = LS_LAYO IT_FIELDCAT = LT_FCAT IT_EVENTS = LT_EVTS IS_PRINT = LS_PRNT TABLES T_OUTTAB = GT_HBEST_REST_SHOW EXCEPTIONS PROGRAM_ERROR = 1 OTHERS = 2 .

REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING I_CALLBACK_PROGRAM = GV_REPID IS_LAYOUT = LS_LAYO IT_FIELDCAT = LT_FCAT IT_EVENTS = LT_EVTS IS_PRINT = LS_PRNT TABLES T_OUTTAB = GT_KNA1_REST_SHOW EXCEPTIONS PROGRAM_ERROR = 1 OTHERS = 2 .



Contribute (Add Comments)

Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.

The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.

This will then be available for everyone to easily find by simply searching on the report name J_3GNAF1 or its description.