SAP Reports / Programs | Project System | Information System | Logistics(PS-IS-REP-LOG) SAP PS

PSIS_COMPLETE SAP ABAP INCLUDE - PSISCOMPLETE







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


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 PSIS_COMPLETE. "Basic submit
SUBMIT PSIS_COMPLETE AND RETURN. "Return to original report after report execution complete
SUBMIT PSIS_COMPLETE VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


INCLUDES used within this REPORT PSIS_COMPLETE

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:

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.



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 PSIS_COMPLETE or its description.