SAP Reports / Programs | Logistics - General | Logistics Basic Data | Material Master(LO-MD-MM) SAP LO

WSTN10 SAP ABAP dialog Program - Prepacks Maintenance and Allocation Planning Dialog







WSTN10 is a standard Module pool for a dialog screen ABAP Program 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 WSTN10 into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

WSTN11 - Maintain prepack allocation planning
WSTN13 - Display prepack allocation planning


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


Text pool values


Title: Prepacks Maintenance and Allocation Planning Dialog
Text Symbol: 999 = Generate PO
Text Symbol: 025 = Post the prepack articles only
Text Symbol: 024 = Put data on hold without posting
Text Symbol: 023 = Complete the allocation planning
Text Symbol: 022 = Choose an option:
Text Symbol: 021 = Hold
Text Symbol: 020 = Complete
Text Symbol: 019 = Or do you want to put your data on hold without posting ?
Text Symbol: 018 = After the save will be done, you should resubmit the PO generation
Text Symbol: 017 = But your last modifications are not posted yet
Text Symbol: 016 = You want to trigger the purchase order(s) creation
Text Symbol: 015 = Purchase order(s) creation
Text Symbol: 013 = Data incomplete
Text Symbol: 012 = Do you want to complete your prepack first ?
Text Symbol: 010 = Posting not completed
Text Symbol: 009 = Do you still want to proceed ?
Text Symbol: 008 = Your previous changes have not been posted yet
Text Symbol: 007 = No further delivery dates exist
Text Symbol: 006 = Further delivery dates exist
Text Symbol: 005 = Back
Text Symbol: 004 = Do you want to save your data first ?
Text Symbol: 003 = You are about to exit
Text Symbol: 002 = View not maintained
Text Symbol: 001 = View maintained


INCLUDES used within this REPORT WSTN10

INCLUDE WSTN10TOP. " GLOBAL DATA
INCLUDE WSTN10O01. " PBO-MODULES
INCLUDE WSTN10I01. " PAI-MODULES
INCLUDE WSTN10F01. " FORM-ROUTINES
INCLUDE WSTN10E01. " EVENT-DEFINITION
INCLUDE WSTN10F02. " FORM CHECK_EDITABILITY


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:

No SAP FUNCTION MODULES are executed within this report code!



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