ERPSLS_BILLBLOCKDOC 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_BILLBLOCKDOC into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
VBBLOCK - Documents Blocked for Billing
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 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: SFAKSK = Billing Block (Header)
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: POPEN = Open SD Documents
Selection Text: PALL = All SD Documents
Title: Sales and Distribution Documents Blocked for Billing
Text Symbol: PSS = MS
Text Symbol: PSM = ItemBlk
Text Symbol: PSL = Item block
Text Symbol: PAR = Persons Responsible
Text Symbol: ORG = Organizat. Data
Text Symbol: KSS = VB
Text Symbol: KSM = HeadBlk
Text Symbol: KSL = Header blk
Text Symbol: KRS = Credit
Text Symbol: KRM = Cr.Block
Text Symbol: KRL = CreditBlock
Text Symbol: DOC = Docum.Data
Text Symbol: DAT = Validity
Text Symbol: ASS = AS
Text Symbol: ASM = Bl.UserStatus
Text Symbol: ASL = Block via User Status
Text Symbol: ADD = Additional Selection Criteria
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
ERPSLS_BILLBLOCKDOC call function 'ERPSLS_BILLBLOCKDOC' 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[] it_rg_faksk = sfaksk[] if_opendoc = lf_opendoc 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_BLOCKEDDOC' 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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
ERPSLS_BILLBLOCKDOC - Sales and Distribution Documents Blocked for Billing ERPSLS_BILLBLOCKDOC - Sales and Distribution Documents Blocked for Billing ERP85TOP - documentation and ABAP source code ERP85O01 - documentation and ABAP source code ERP85F04 - documentation and ABAP source code ERP85F03 - documentation and ABAP source code