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

ERPSLS_INCDOC SAP ABAP Report - Incomplete Sales Documents







ERPSLS_INCDOC 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 ERPSLS_INCDOC 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

VINC - List of Incomplete SD Documents


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


Text pool values


Selection Text: SZPERS = Personnel Number Responsible
Selection Text: SVTWEG = D Distribution Channel
Selection Text: SVKORG = D Sales Organization
Selection Text: SVKGRP = D Sales Group
Selection Text: SVKBUR = D Sales Office
Selection Text: STRVOG = Transaction
Selection Text: SSPART = D Division
Selection Text: SKUNNR = D Sold-To Party
Selection Text: SERNAM = Document Created by
Selection Text: SERDAT = D Created On
Selection Text: SAUART = D Sales Document Type
Selection Text: PZPAVW = Partner Functions Responsible
Selection Text: PUVVLK = Delivery
Selection Text: PUVPRS = Price Determination
Selection Text: PUVNOS = No Assignment
Selection Text: PUVFAK = Billing Documents
Selection Text: PUVALL = General
Title: Incomplete Sales Documents
Text Symbol: UNV = Incompletion Log
Text Symbol: PAR = Persons Responsible
Text Symbol: ORG = Organizat. Data
Text Symbol: DOC = Docum.Data
Text Symbol: DAT = Validity


INCLUDES used within this REPORT ERPSLS_INCDOC

No INCLUDES are used within this REPORT code!


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:

ERPSLS_INCDOC call function 'ERPSLS_INCDOC' exporting it_rg_trvog = strvog[] it_rg_auart = sauart[] it_rg_kunnr = skunnr[] it_rg_erdat = serdat[] iv_zpavw = pzpavw it_rg_zpers = szpers[] it_rg_ernam = sernam[] it_rg_vkorg = svkorg[] it_rg_vtweg = svtweg[] it_rg_spart = sspart[] it_rg_vkbur = svkbur[] it_rg_vkgrp = svkgrp[] if_uvall = puvall if_uvvlk = puvvlk if_uvfak = puvfak if_uvprs = puvprs if_uvnos = puvnos importing et_doc = lrt_doc.

RV_CALL_DISPLAY_TRANSACTION call function 'RV_CALL_DISPLAY_TRANSACTION' exporting vbeln = lrs_doc-vbeln.

RV_CALL_CHANGE_TRANSACTION call function 'RV_CALL_CHANGE_TRANSACTION' exporting vbeln = lrs_doc-vbeln.

REUSE_ALV_FIELDCATALOG_MERGE call function 'REUSE_ALV_FIELDCATALOG_MERGE' exporting i_structure_name = 'SERPSLS_INCDOC' changing ct_fieldcat = lrt_fieldcat.

REUSE_ALV_GRID_DISPLAY call function 'REUSE_ALV_GRID_DISPLAY' exporting i_callback_program = lrv_repid i_callback_pf_status_set = lrv_status i_callback_user_command = lrv_user_command is_layout = lrs_layout it_fieldcat = lrt_fieldcat i_save = 'A' tables t_outtab = lrt_doc exceptions program_error = 1 others = 2.



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