SAP Reports / Programs | Sales and Distribution | Basic Functions | Output Determination(SD-BF-OC) SAP SD

MV13BF0X SAP ABAP INCLUDE - documentation and ABAP source code







MV13BF0X is a standard ABAP INCLUDE 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 MV13BF0X into the relevant SAP transactions such as SE38 or SE80


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


INCLUDES used within this REPORT MV13BF0X

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:

NAST_DELETE_MESSAGE_OBJECT CALL FUNCTION 'NAST_DELETE_MESSAGE_OBJECT' EXPORTING OBJKEY = OBJKY EXCEPTIONS OBJECT_NOT_EXIST = 1 ERROR_IN_DELETING_OBJECT = 2 OTHERS = 3.

NAST_SAVE_MESSAGE_OBJECT CALL FUNCTION 'NAST_SAVE_MESSAGE_OBJECT' EXPORTING OBJ_HANDLE = HANDLE IMPORTING OBJKEY = OBJKY EXCEPTIONS ERROR_IN_SAVING = 2.

NAST_CREATE_TEMPLATE_OLD CALL FUNCTION 'NAST_CREATE_TEMPLATE_OLD' EXPORTING MAIL_FIELDS = NACH_HELP SPRAS = NACH-SPRAS KAPPL = T180-KAPPL KSCHL = VAKE-KSCHL NO_DUMMY = DUMFL IMPORTING OBJ_HANDLE = HANDLE NO_TITLE = TITLE_ERROR NO_TEXT = TEXT_ERROR EXCEPTIONS ERROR_IN_CREATING_OBJECT = 1 PARTNER_NOT_EXISTING = 2 OTHERS = 3.

NAST_CREATE_TEMPLATE_OLD CALL FUNCTION 'NAST_CREATE_TEMPLATE_OLD' EXPORTING MAIL_FIELDS = NACH_HELP SPRAS = XNACH-SPRAS KAPPL = T180-KAPPL KSCHL = VAKE-KSCHL IMPORTING OBJ_HANDLE = HANDLE NO_TITLE = TITLE_ERROR NO_TEXT = TEXT_ERROR EXCEPTIONS ERROR_IN_CREATING_OBJECT = 1 PARTNER_NOT_EXISTING = 2 OTHERS = 3.

NAST_GET_MESSAGE_OBJECT_RECV CALL FUNCTION 'NAST_GET_MESSAGE_OBJECT_RECV' EXPORTING PI_OBJKEY = OBJKY IMPORTING PE_ADDR = ADDR PE_RECESC = RECESC CHANGING PC_OBJHANDLE = HANDLE EXCEPTIONS MAILDATA_NOT_READABLE = 1 OTHERS = 2.

POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING TITLEBAR = TEXT-150 DIAGNOSE_OBJECT = 'WFMC_TEXT_ASK_FOR_DUMMY_USER' TEXT_QUESTION = TEXT-151 IMPORTING ANSWER = RETURN EXCEPTIONS TEXT_NOT_FOUND = 1 OTHERS = 2.

NAST_CREATE_TEMPLATE_NEW CALL FUNCTION 'NAST_CREATE_TEMPLATE_NEW' EXPORTING PARVW = NACH-PARVW SPRAS = NACH-SPRAS KAPPL = T180-KAPPL KSCHL = VAKE-KSCHL OBJPRI = NACH-OBJPRI IMPORTING OBJ_HANDLE = HANDLE NO_TITLE = TITLE_ERROR NO_TEXT = TEXT_ERROR CHANGING PARNR = RV13B-PARNR EXCEPTIONS ERROR_IN_CREATING_OBJECT = 1 PARTNER_NOT_EXISTING = 2 OTHERS = 3.

NAST_CHANGE_MESSAGE_OBJECT CALL FUNCTION 'NAST_CHANGE_MESSAGE_OBJECT' EXPORTING OBJKEY = OBJKEY OBJ_HANDLE = OBJHANDLE KAPPL = XNACH-KAPPL KSCHL = XNACH-KSCHL SPRAS_CHG = SPRAS_NEW EXCEPTIONS OBJECT_NOT_EXIST = 1 ERROR_IN_READING_OBJECT = 2 ERROR_IN_CHANGING_OBJECT = 3 PARAMETER_ERROR = 4 NO_TEXT_AVAILABLE = 5 OTHERS = 6.



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