SD_SALES_DOCUMENT_SDO1 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for For more information about the report, choose
If you would like to execute this report or see the full code listing simply enter SD_SALES_DOCUMENT_SDO1 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: SAUART = Order Type
Selection Text: SERDAT = Created On
Selection Text: SERNAM = Created By
Selection Text: SSPART = D .
Selection Text: SVKORG = D .
Selection Text: SVTWEG = D .
Title: Orders Within Time Period
Text Symbol: 001 = Document Data
Text Symbol: 002 = Organizational Data
INCLUDE SD_SALES_DOCUMENT_DATA_I01.
INCLUDE SD_SALES_DOCUMENT_INIT_VIEW.
No SAP DATABASE tables are accessed within this REPORT code!
No SAP FUNCTION MODULES are executed within this report code!
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
SD_SALES_DOCUMENT_SDO1 - Orders Within Time Period SD_SALES_DOCUMENT_SDO1 - Orders Within Time Period SD_SALES_DOCUMENT_READ========FT - SDSALESDOCUMENTREAD========FT SD_SALES_DOCUMENT_MAIN_SEL_I02 - Include ZRGU_SDOC_UI_GEN_SEL_SCR SD_SALES_DOCUMENT_MAIN_MAP_I04 - Include ZRGU_SDOC_VIEW_HEADER_MAP_I04 SD_SALES_DOCUMENT_INIT_VIEW - Include ZRGU_SDOC_UI_01