UPS_PLSEQNEW_EXECUTE 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 UPS_PLSEQNEW_EXECUTE 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.
Selection Text: ORGVL = Organizational Unit in STS
Selection Text: PLSEQNEW = New Planning Sequence
Selection Text: PLSEQVAR = Variant for New Planning Seq.
Selection Text: TEILPLAN = D .
Selection Text: VERSION = D .
Title: Execute Planning Sequence
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
UPS_PLSEQNEW_EXECUTE CALL FUNCTION 'UPS_PLSEQNEW_EXECUTE' EXPORTING plseqnew = plseqnew plseqnewvariant = plseqvar teilplan = teilplan version = version orgvl = orgvl TABLES et_return = lt_return EXCEPTIONS error_execute = 1 OTHERS = 2.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
UPS_PLSEQNEW_EXECUTE - Execute Planning Sequence UPS_PLSEQNEW_EXECUTE - Execute Planning Sequence UPS_MACRO - Include UPS_MACRO UPS_IMPORT_LANG - DO NOT USE ANYMORE - Language Import for Existing STS Hierarchy UPS_IMPORT_LANG - DO NOT USE ANYMORE - Language Import for Existing STS Hierarchy UPS_IMPORT_BW_HIERARCHY - Import BW Hierarchy and Assign to Subplan