J_2GLPPDLCUSTROUTINES 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_2GLPPDLCUSTROUTINES into the relevant SAP transactions such as SE38 or SE80
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.
Title: Routines For ÄÁ(SD)
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
TRANSFER_NAMES_TO_FIELDS call function 'TRANSFER_NAMES_TO_FIELDS' exporting selectfield = fieldname tables fields = fields namelist = list_of_fields exceptions wrong_format_given = 1 others = 2.
HELP_VALUES_GET_NO_DD_NAME call function 'HELP_VALUES_GET_NO_DD_NAME' exporting * CUCOL = 0 * CUROW = 0 * DISPLAY = ' ' selectfield = fieldname * TITEL = ' ' * NO_PERS_HELP_SELECT = ' ' * TITLE_IN_VALUES_LIST = ' ' * SHOW_ALL_VALUES_AT_FIRST_TIME = ' ' * USE_USER_SELECTIONS = ' ' * WRITE_SELECTFIELD_IN_COLOURS = 'X' * NO_SCROLL = ' ' * NO_CONVERSION = ' ' * REDUCED_STATUS_ONLY = ' ' * NO_MARKING_OF_CHECKVALUE = ' ' * NO_DISPLAY_OF_PERS_VALUES = ' ' * FILTER_FULL_TABLE = ' ' importing ind = ind select_value = selectedvalue tables fields = fields full_table = values * USER_SEL_FIELDS = * HEADING_TABLE = exceptions full_table_empty = 1 no_tablestructure_given = 2 no_tablefields_in_dictionary = 3 more_then_one_selectfield = 4 no_selectfield = 5 others = 6.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
J_2GLPPDLCUSTROUTINES - Routines For ÄÁ(SD) J_2GLPPDL - Main program for printing Deliveries J_2GLPPDL - Main program for printing Deliveries J_2GLPPARASTRUCTURES - Library data structures for SD document printing J_2GLPPARALIBRARIES - Library function for printing SD/MM documents J_2GLPMMUSEREXITFORDELIVERIES - Code to fill J_2GLPLEGDOC with delivery information