SD_SALES_DOCUMENT_VA15 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_VA15 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: SZPERS = Personnel Number
Selection Text: SVTWEG = Distribution Channel
Selection Text: SVKORG = Sales Organization
Selection Text: SVKGRP = Sales Group
Selection Text: SVKBUR = Sales Office
Selection Text: SVBELN = Document
Selection Text: SVALTO = Valid To Date
Selection Text: SVALID = Validity Period
Selection Text: SVALFROM = Valid From Date
Selection Text: SSPART = Division
Selection Text: SPARTNER = Partner
Selection Text: SMATNR = Material
Selection Text: SKUNNR = Sold-To Party
Selection Text: SERNAM = Created By
Selection Text: SERDAT = Created On
Selection Text: SAUDAT = Document Date
Selection Text: SAUART = Inquiry Type
Selection Text: PZPAVW = Partner Function
Selection Text: PVBOFF = Open Inquiries
Selection Text: PVBALL = All Inquiries
Selection Text: PPAVW = Partner Function
Selection Text: PBSTKD = Purchase Order Number
Title: List of Inquiries
Text Symbol: S07 = Validity Date
Text Symbol: S06 = Validity Period
Text Symbol: S05 = Partner
Text Symbol: S04 = Persons Responsible
Text Symbol: S03 = Sales Document Data
Text Symbol: S02 = Selection Criteria
Text Symbol: S01 = Organizational Data
INCLUDE SD_SALES_DOCUMENT_DATA_I01.
INCLUDE SD_SALES_DOCUMENT_MAIN_SEL_I02.
INCLUDE SD_SALES_DOCUMENT_VAL_SEL_I06.
INCLUDE SD_SALES_DOCUMENT_SUPP_SEL_I03.
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_VA15 - List of Inquiries SD_SALES_DOCUMENT_VA15 - List of Inquiries SD_SALES_DOCUMENT_SUPP_SEL_I03 - Include ZRGU_SDOC_UI_GEN_SEL_SCR SD_SALES_DOCUMENT_SUPP_MAP_I05 - Include ZRGU_SDOC_VIEW_DETAIL_MAP_I05 SD_SALES_DOCUMENT_SDO1 - Orders Within Time Period SD_SALES_DOCUMENT_SDO1 - Orders Within Time Period