SAP Reports / Programs | Sales and Distribution | Sales | Basic Functions(SD-SLS-GF) SAP SD

SDORDE01 SAP ABAP Report - Orders within time period







SDORDE01 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This report uses the selection criteria you have entered to generate a list of all the orders that were created within a certain time period...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.

If you would like to execute this report or see the full code listing simply enter SDORDE01 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

SDO1 - Orders within time period


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


Text pool values


Completed quotations
Selection Text: S_BLART = Document type
Selection Text: S_ERDAT = Created on
Selection Text: S_ERNAM = Created by
Selection Text: S_SPART = Division
Selection Text: S_VKORG = Sales organization
Selection Text: S_VTWEG = Distribution channel
Title: Orders within time period
Text Symbol: 001 = Doc. data
Text Symbol: 002 = Organization data


INCLUDES used within this REPORT SDORDE01

INCLUDE RVREUSE_GLOBAL_DATA.
INCLUDE SD_REPO_DATA.
INCLUDE SD_REPO_F00P.
INCLUDE SD_REPO_F00V.


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:

SD_LDB_DATA_GET call function 'SD_LDB_DATA_GET' exporting ldbname = 'SD_SALES_DOCUMENT' tables callback = callback selections = seltab exceptions ldb_not_reentrant = 1 ldb_incorrect = 2 ldb_already_running = 3 ldb_error = 4 ldb_selections_error = 5 ldb_selections_not_accepted = 6 variant_not_existent = 7 variant_obsolete = 8 variant_error = 9 free_selections_error = 10 callback_no_event = 11 callback_node_duplicate = 12 others = 13.

SD_ALV_LIST call function 'SD_ALV_LIST' exporting view = viewname trvog = trvog importing zuart = vbcom-zuart name_dazu = vbcom-name_dazu stat_dazu = vbcom-stat_dazu nachlesen = nachl.



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