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

MV60SSAM SAP ABAP INCLUDE - Include LV50RF03







MV60SSAM 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 MV60SSAM 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 MV60SSAM. "Basic submit
SUBMIT MV60SSAM AND RETURN. "Return to original report after report execution complete
SUBMIT MV60SSAM 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 MV60SSAM

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:

POPUP_TO_CONFIRM_STEP CALL FUNCTION 'POPUP_TO_CONFIRM_STEP' EXPORTING TITEL = TEXT-PT5 TEXTLINE1 = TEXT-056 TEXTLINE2 = TEXT-057 IMPORTING ANSWER = CHAR(1).

RK_POPUP_LIST_SEARCH_BIG CALL FUNCTION 'RK_POPUP_LIST_SEARCH_BIG' EXPORTING TEXT3 = TEXT3 TEXT2 = TEXT2 TEXT1 = TEXT1 KEY = RKAKY FLG_INACTIVE = ' ' FLG_INITIALIZE = 'X' FLG_READY_FOR_INPUT = 'X' FLG_VALUES_FROM_INTERFACE = ' ' TABNAME_FOR_F1_AND_F4 = F1_F4_HELP TABLES SELTAB = SELTAB SEFTAB = SEFTAB FELDTAB = FELDTAB EINTAB = EINTAB EXCEPTIONS NOT_FOUND_IN_TABLE = 4.

RK_POPUP_LIST_SEARCH_BIG CALL FUNCTION 'RK_POPUP_LIST_SEARCH_BIG' EXPORTING TEXT3 = TEXT3 TEXT2 = TEXT2 TEXT1 = TEXT1 KEY = RKAKY FLG_INACTIVE = ' ' FLG_INITIALIZE = ' ' FLG_READY_FOR_INPUT = 'X' FLG_VALUES_FROM_INTERFACE = 'X' TABNAME_FOR_F1_AND_F4 = F1_F4_HELP TABLES SELTAB = SELTAB SEFTAB = SEFTAB FELDTAB = FELDTAB EINTAB = EINTAB EXCEPTIONS NOT_FOUND_IN_TABLE = 4.

POPUP_TO_DECIDE CALL FUNCTION 'POPUP_TO_DECIDE' EXPORTING TEXTLINE2 = TEXT-T02 TEXTLINE1 = TEXT-T01 TEXT_OPTION2 = TEXT-038 TEXT_OPTION1 = TEXT-037 TITEL = TEXT-U01 DEFAULTOPTION = DEFAULTOPTION IMPORTING ANSWER = ANSWER.

RV_DOMAIN_VALUE_TEXTS CALL FUNCTION 'RV_DOMAIN_VALUE_TEXTS' EXPORTING DOMNAME = 'FKTYP ' DOMVALUE = DVALUE IMPORTING DDTEXT = DDTEXT.

RV_INVOICE_LIST_CREATE CALL FUNCTION 'RV_INVOICE_LIST_CREATE' EXPORTING WITH_POSTING = LD_POSTING VBSK_I = XVBSK DELIVERY_DATE = RV60A-FBUDA PRICING_DATE = RV60A-PRSDT INVOICE_DATE = RV60A-FKDAT INVOICE_TYPE = RV60A-FKART I_NO_VBLOG = LD_NO_VBLOG IMPORTING VBSK_E = XVBSK TABLES XKOMV = XKOMV XVBPA = XVBPA XVBRL = XVBRL XVBRK = XVBRK XKOMFK = XKOMFK XTHEAD = XTHEAD XVBFS = YVBFS XVBSS = YVBSS.

RV_INVOICE_CREATE CALL FUNCTION 'RV_INVOICE_CREATE' EXPORTING WITH_POSTING = LD_POSTING VBSK_I = XVBSK DELIVERY_DATE = RV60A-FBUDA PRICING_DATE = RV60A-PRSDT INVOICE_DATE = RV60A-FKDAT INVOICE_TYPE = RV60A-FKART * SELECT_DATE = POSTAB-FKDAT I_NO_VBLOG = LD_NO_VBLOG IMPORTING VBSK_E = XVBSK TABLES XKOMV = XKOMV XVBPA = XVBPA XVBRP = XVBRP XVBRK = XVBRK XKOMFK = XKOMFK XTHEAD = XTHEAD XVBFS = YVBFS XVBSS = YVBSS.



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