PCJAMID7 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 PCJAMID7 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: Main program for Jamsostek reports
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
POPUP_TO_INFORM * call function 'POPUP_TO_INFORM' "AJIAHRK000290 * exporting "AJIAHRK000290 * titel = text-003 "AJIAHRK000290 * txt1 = text-004 "AJIAHRK000290 * txt2 = space "AJIAHRK000290 * TXT3 = ' ' * TXT4 = ' ' * exceptions "AJIAHRK000290 * others = 1. "AJIAHRK000290
CLOSE_FORM CALL FUNCTION 'CLOSE_FORM'.
ADDR_GET CALL FUNCTION 'ADDR_GET' EXPORTING ADDRESS_SELECTION = ADDRESS_SELECTION IMPORTING ADDRESS_VALUE = ADDRESS_VALUE EXCEPTIONS PARAMETER_ERROR = 1 ADDRESS_NOT_EXIST = 2 VERSION_NOT_EXIST = 3 INTERNAL_ERROR = 4 OTHERS = 5.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
PCJAMID7 - Main program for Jamsostek reports PCJAMID6 - Top of page event for Jamsostek reports (1A, 1C, 3A and 3B) PCJAMID5_ALV - Data definition for for Jamsostek form 3A PCJAMID5 - Data definition for for Jamsostek form 3A PCJAMID4 - Jamsostek report - Cluster includes PCJAMID3 - Data declaration for JSPLIT table