SAP Reports / Programs | Sales and Distribution | Master Data | Material Maintenance(SD-MD-MM) SAP SD

SDCHECKVOFA SAP ABAP Report - Customizing check: Billing types







SDCHECKVOFA is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for The following settings are checked in the report: 1) Proforma billing types: If it is a proforma billing type, (VBTYP = U), the field must be blank and the account determination procedure must be empty...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 SDCHECKVOFA 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

VCHECKVOFA - Customizing Check Billing Types


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 SDCHECKVOFA. "Basic submit
SUBMIT SDCHECKVOFA AND RETURN. "Return to original report after report execution complete
SUBMIT SDCHECKVOFA 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: FKART = Billing Type
Title: Customizing check: Billing types
Text Symbol: 001 = Statistically should not be marked
Text Symbol: 002 = Pric. proc. should not be filled in
Text Symbol: 003 = OK
Text Symbol: 004 = Check proforma billing document types
Text Symbol: 005 = Check VBTYP of canc. bill. docs
Text Symbol: 006 = Check of partners in canc. bill. doc. types
Text Symbol: 007 = Check billing types


INCLUDES used within this REPORT SDCHECKVOFA

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:

BALW_BAPIRETURN_GET2 CALL FUNCTION 'BALW_BAPIRETURN_GET2' EXPORTING TYPE = SY-MSGTY CL = SY-MSGID NUMBER = SY-MSGNO IMPORTING RETURN = TEXT1.

BALW_BAPIRETURN_GET2 CALL FUNCTION 'BALW_BAPIRETURN_GET2' EXPORTING TYPE = SY-MSGTY CL = SY-MSGID NUMBER = SY-MSGNO IMPORTING RETURN = TEXT1.

REUSE_ALV_HIERSEQ_LIST_DISPLAY cALL FUNCTION 'REUSE_ALV_HIERSEQ_LIST_DISPLAY' EXPORTING * I_INTERFACE_CHECK = 'X' * I_CALLBACK_PROGRAM = * I_CALLBACK_PF_STATUS_SET = ' ' * I_CALLBACK_USER_COMMAND = ' ' IS_LAYOUT = LAYOUT IT_FIELDCAT = FIELDCAT * IT_EXCLUDING = * IT_SPECIAL_GROUPS = * IT_SORT = * IT_FILTER = * IS_SEL_HIDE = * I_SCREEN_START_COLUMN = 0 * I_SCREEN_START_LINE = 0 * I_SCREEN_END_COLUMN = 0 * I_SCREEN_END_LINE = 0 * I_DEFAULT = 'X' * I_SAVE = ' ' * IS_VARIANT = ' ' * IT_EVENTS = * IT_EVENT_EXIT = I_TABNAME_HEADER = 'PROT_HEAD' I_TABNAME_ITEM = 'PROT' * I_STRUCTURE_NAME_HEADER = * I_STRUCTURE_NAME_ITEM = IS_KEYINFO = KEY * IS_PRINT = * IS_REPREP_ID = * IMPORTING * E_EXIT_CAUSED_BY_CALLER = * ES_EXIT_CAUSED_BY_USER = TABLES T_OUTTAB_HEADER = PROT_HEAD T_OUTTAB_ITEM = PROT EXCEPTIONS PROGRAM_ERROR = 1 OTHERS = 2.

REUSE_ALV_LIST_DISPLAY * CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' * EXPORTING * I_INTERFACE_CHECK = 'X ' * I_STRUCTURE_NAME = 'PROT' * IS_LAYOUT = LAYOUT * IT_FIELDCAT = FIELDCAT * TABLES * T_OUTTAB = PROT * EXCEPTIONS * PROGRAM_ERROR = 1 * OTHERS = 2.

BALW_BAPIRETURN_GET2 CALL FUNCTION 'BALW_BAPIRETURN_GET2' EXPORTING TYPE = SY-MSGTY CL = SY-MSGID NUMBER = SY-MSGNO PAR1 = SY-MSGV1 PAR2 = SY-MSGV2 IMPORTING RETURN = TEXT1.

BALW_BAPIRETURN_GET2 CALL FUNCTION 'BALW_BAPIRETURN_GET2' EXPORTING TYPE = SY-MSGTY CL = SY-MSGID NUMBER = SY-MSGNO PAR1 = SY-MSGV1 PAR2 = SY-MSGV2 IMPORTING RETURN = TEXT1.

BALW_BAPIRETURN_GET2 CALL FUNCTION 'BALW_BAPIRETURN_GET2' EXPORTING TYPE = SY-MSGTY CL = SY-MSGID NUMBER = SY-MSGNO PAR1 = SY-MSGV1 PAR2 = SY-MSGV2 IMPORTING RETURN = TEXT1.

BALW_BAPIRETURN_GET2 CALL FUNCTION 'BALW_BAPIRETURN_GET2' EXPORTING TYPE = SY-MSGTY CL = SY-MSGID NUMBER = SY-MSGNO PAR1 = SY-MSGV1 PAR2 = SY-MSGV2 IMPORTING RETURN = TEXT1.

BALW_BAPIRETURN_GET2 CALL FUNCTION 'BALW_BAPIRETURN_GET2' EXPORTING TYPE = SY-MSGTY CL = SY-MSGID NUMBER = SY-MSGNO PAR1 = SY-MSGV1 PAR2 = SY-MSGV2 IMPORTING RETURN = TEXT1.

BALW_BAPIRETURN_GET2 CALL FUNCTION 'BALW_BAPIRETURN_GET2' EXPORTING TYPE = SY-MSGTY CL = SY-MSGID NUMBER = SY-MSGNO PAR1 = SY-MSGV1 IMPORTING RETURN = TEXT1.

REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING I_PROGRAM_NAME = REPID "'CHECKVOFA' I_INTERNAL_TABNAME = 'PROT' I_CLIENT_NEVER_DISPLAY = 'X' I_INCLNAME = REPID "'CHECKVOFA' CHANGING CT_FIELDCAT = FIELDCAT EXCEPTIONS INCONSISTENT_INTERFACE = 1 PROGRAM_ERROR = 2 OTHERS = 3.

REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING I_PROGRAM_NAME = REPID "'CHECKVOFA' I_INTERNAL_TABNAME = 'PROT_HEAD' I_CLIENT_NEVER_DISPLAY = 'X' I_INCLNAME = REPID "'CHECKVOFA' CHANGING CT_FIELDCAT = FIELDCAT EXCEPTIONS INCONSISTENT_INTERFACE = 1 PROGRAM_ERROR = 2 OTHERS = 3.



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