S_NWDEMO_MODEL_UPLOAD_TESTDATA 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 S_NWDEMO_MODEL_UPLOAD_TESTDATA 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: P_BP = Upload Business Partner
Selection Text: P_BP_FN = File Name BP
Selection Text: P_DEL = Delete All Data Before Upload
Selection Text: P_PD = Upload Products
Selection Text: P_PD_FN = File Name Product
Title: Program S_NWDEMO_MODEL_UPLOAD_TESTDATA
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
NUMBER_RANGE_INTERVAL_INIT CALL FUNCTION 'NUMBER_RANGE_INTERVAL_INIT' EXPORTING object = 'SDEMO_BP' EXCEPTIONS no_interval_found = 0.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
S_NWDEMO_MODEL_UPLOAD_TESTDATA - Program S_NWDEMO_MODEL_UPLOAD_TESTDATA S_NWDEMO_MODEL_UPLOAD_TESTDATA - Program S_NWDEMO_MODEL_UPLOAD_TESTDATA S_NWDEMO_MODEL_DG_EXECUTE - ESM Data Generator S_NWDEMO_MODEL_DG_EXECUTE - ESM Data Generator S_NWDEMO_DG_WRITE_LOG_EF01 - Include S_NWDEMO_DG_WRITE_LOG_EF01 S_NWDEMO_DG_READ_LOG_ENF01 - Include S_NWDEMO_DG_READ_LOG_ENF01