J_3GPAKET1 is a standard Executable ABAP Report 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_3GPAKET1 into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
J3GPAKET10 - List of Packages
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.
Selection Text: S_AEDAT = D Changed on
Selection Text: S_AENAM = D Changed by
Selection Text: S_AQZIF = D Equivalence number
Selection Text: S_EQUNR = D Equipment
Selection Text: S_ERDAT = D Created on
Selection Text: S_ERNAM = D Created by
Selection Text: S_KZUEB = D Copy shipping document
Selection Text: S_MATNR = D Material
Selection Text: S_MEINS = D Unit of measure
Selection Text: S_MENGE = D Quantity
Selection Text: S_PAKET = D Package
Selection Text: S_PKTYP = D Package type
Selection Text: S_PROZS = D Percentage
Title: List of Packages
Text Symbol: KPF = PckgeHdr
Text Symbol: POS = Package item
Text Symbol: STA = Standard selections
Text Symbol: ZUS = Additional selections
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
MGV_SELOP_AFTER_INITIALIZATION call function 'MGV_SELOP_AFTER_INITIALIZATION' EXPORTING PROGRAM = mgv_matnr_prog TABLES SELOP = mgv_matnr_selopt_tab EXCEPTIONS NO_PROGRAMNAME = 1 OTHERS = 2 .
MGV_SELOP_AFTER_START_OF_SEL CALL FUNCTION 'MGV_SELOP_AFTER_START_OF_SEL' EXPORTING SELOPT_NAME = mgv_matnr_selopt_tab-name TABLES RANGE =
.
J_3G_ALV_HIERSEQ_LIST_DISPLAY CALL FUNCTION 'J_3G_ALV_HIERSEQ_LIST_DISPLAY' EXPORTING * i_interface_check = I_CALLBACK_PROGRAM = G_REPID I_CALLBACK_PF_STATUS_SET = 'ALV_SET_PF_STATUS' I_CALLBACK_USER_COMMAND = 'ALV_USER_COMMAND' IS_LAYOUT = GS_LAYOUT IT_FIELDCAT = GT_FIELDCAT * IT_EXCLUDING = * IT_SPECIAL_GROUPS = * IT_SORT = * IT_FILTER = * IS_SEL_HIDE = * I_SCREEN_START_COLUMN = 0 * I_SCREEN_START_LINE = 0 * I_SCREEN_END_COLUMN = 0 * I_SCREEN_END_LINE = 0 * I_DEFAULT = 'X' * I_SAVE = ' ' * IS_VARIANT = ' ' * IT_EVENTS = * IT_EVENT_EXIT = I_TABNAME_HEADER = G_TABNAME_HEADER I_TABNAME_ITEM = G_TABNAME_ITEM * I_STRUCTURE_NAME_HEADER = * I_STRUCTURE_NAME_ITEM = IS_KEYINFO = GS_KEYINFO * IS_PRINT = * IMPORTING * E_EXIT_CAUSED_BY_CALLER = * ES_EXIT_CAUSED_BY_USER = TABLES T_OUTTAB_HEADER = GT_HEADER T_OUTTAB_ITEM = GT_ITEM.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.