PSIS_COMPLETE 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 PSIS_COMPLETE 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.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
STATUS_TEXT_EDIT CALL FUNCTION 'STATUS_TEXT_EDIT' EXPORTING OBJNR = PSTAT-OBJNR ONLY_ACTIVE = CON_YES SPRAS = SY-LANGU FLG_USER_STAT = CON_YES IMPORTING ANW_STAT_EXISTING = PSTAT-ASTEX LINE = PSTAT-STTXT_INT USER_LINE = PSTAT-STTXT_EXT EXCEPTIONS OBJECT_NOT_FOUND = 1 OTHERS = 2.
CONVERSION_EXIT_KONPS_OUTPUT CALL FUNCTION 'CONVERSION_EXIT_KONPS_OUTPUT' EXPORTING INPUT = L_PSPNR IMPORTING OUTPUT = L_PSPID.
CONVERSION_EXIT_KONPD_OUTPUT CALL FUNCTION 'CONVERSION_EXIT_KONPD_OUTPUT' EXPORTING INPUT = L_PSPNR IMPORTING OUTPUT = L_PSPID.
CONVERSION_EXIT_KONPT_OUTPUT CALL FUNCTION 'CONVERSION_EXIT_KONPT_OUTPUT' EXPORTING INPUT = PSPNR IMPORTING OUTPUT = POSID.
CONVERSION_EXIT_KONPR_OUTPUT CALL FUNCTION 'CONVERSION_EXIT_KONPR_OUTPUT' EXPORTING INPUT = PSPNR IMPORTING OUTPUT = POSID.
CONVERSION_EXIT_KONPD_OUTPUT CALL FUNCTION 'CONVERSION_EXIT_KONPD_OUTPUT' EXPORTING INPUT = PSPNR IMPORTING OUTPUT = PSPID.
CONVERSION_EXIT_KONPS_OUTPUT CALL FUNCTION 'CONVERSION_EXIT_KONPS_OUTPUT' EXPORTING INPUT = PSPNR IMPORTING OUTPUT = PSPID.
CONVERSION_EXIT_KONPD_OUTPUT CALL FUNCTION 'CONVERSION_EXIT_KONPD_OUTPUT' EXPORTING INPUT = PSPNR IMPORTING OUTPUT = PSPID.
CR_WORKSTATION_READ CALL FUNCTION 'CR_WORKSTATION_READ' EXPORTING ID = ARBID IMPORTING ARBPL = ARBPL ECRHD = CRHD KTEXT = ARBTXT WERKS = WERKS EXCEPTIONS NOT_FOUND = 1.
CR_CAPACITY_READ CALL FUNCTION 'CR_CAPACITY_READ' EXPORTING KAPID = KAPID IMPORTING EKAKO = KAKO WORKS = WORKS EXCEPTIONS MISSING_PARAMETERS = 01 NOT_FOUND = 02.
MATERIAL_READ CALL FUNCTION 'MATERIAL_READ' EXPORTING SCHLUESSEL = L_MTCOM IMPORTING MATDATEN = L_MTEXT EXCEPTIONS TEXT_NOT_FOUND = 16.
RP_CHECK_PERNR CALL FUNCTION 'RP_CHECK_PERNR' EXPORTING BEG = SY-DATUM PNR = PERNR IMPORTING NAME = ST_PERTXT-PTEXT EXCEPTIONS DATA_FAULT = 1 PERSON_NOT_ACTIVE = 2 PERSON_UNKNOWN = 3 EXIT_FAULT = 4 PERNR_MISSING = 5 DATE_MISSING = 6 OTHERS = 7.
CONVERSION_EXIT_KONPS_OUTPUT CALL FUNCTION 'CONVERSION_EXIT_KONPS_OUTPUT' EXPORTING INPUT = PSPNR IMPORTING OUTPUT = PSPID.
CONVERSION_EXIT_KONPD_OUTPUT CALL FUNCTION 'CONVERSION_EXIT_KONPD_OUTPUT' EXPORTING INPUT = PSPNR IMPORTING OUTPUT = PSPID.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.