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

MV45AF0C_CUA_SETZEN SAP ABAP INCLUDE - MV45AF0CCUASETZEN







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

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:

RV_FIELD_READ CALL FUNCTION 'RV_FIELD_READ' EXPORTING fdr_field = da_fdnam fdr_langu = sy-langu fdr_table = da_tbnam IMPORTING fdr_dfies = da_dfies_tab EXCEPTIONS field_not_found = 1 OTHERS = 2.

LOCATION_EXTRACT CALL FUNCTION 'LOCATION_EXTRACT' IMPORTING bild = t185v-panel * GUI-Redesign 4.0: aktuelle Bildgruppe und Funktionscode

SD_FIELD_INPUT_CHECK CALL FUNCTION 'SD_FIELD_INPUT_CHECK' EXPORTING tabname = 'KUAGV' fieldname = 'KUNNR' IMPORTING display_status = da_subrc.

SD_ORDER_RISK_CHECK CALL FUNCTION 'SD_ORDER_RISK_CHECK' EXPORTING i_abstp = '1' "'1' oder '2' i_abssc = vbkd-abssc EXCEPTIONS security_not_active = 3 OTHERS = 4.

J_1BSA_SCREEN_COMPONENT_ACTIVE CALL FUNCTION 'J_1BSA_SCREEN_COMPONENT_ACTIVE' EXPORTING bukrs = tvko-bukrs component = '**' progname = 'SAPMV45A' dynpronr = '4470' EXCEPTIONS component_not_active = 01 no_active_fields = 02 OTHERS = 03.

WTAD_ADDIS_IN_SO_DISPLAY_CHK CALL FUNCTION 'WTAD_ADDIS_IN_SO_DISPLAY_CHK' EXPORTING fi_vbtyp = vbak-vbtyp EXCEPTIONS addis_not_active = 1 OTHERS = 2.

GET_HANDLE_SD_SALES_BASIC CALL FUNCTION 'GET_HANDLE_SD_SALES_BASIC' IMPORTING handle = l_sd_sales_basic_exit active = active.

SD_EHS_CHECK_ACTIVE CALL FUNCTION 'SD_EHS_CHECK_ACTIVE' EXPORTING i_vbtyp = vbak-vbtyp i_vkorg = vbak-vkorg i_auart = vbak-auart CHANGING c_vggp = rv45a_uv-vggp EXCEPTIONS ehs_active = 1 OTHERS = 2.

SD_EHS_GET_STATUS CALL FUNCTION 'SD_EHS_GET_STATUS' EXCEPTIONS ehs_nicht_aktiv = 1 ehs_vbepdg_aktiv = 2 ehs_alles_aktiv = 3 OTHERS = 4.

SD_PROFL_CHECK CALL FUNCTION 'SD_PROFL_CHECK' EXPORTING profl = xvbap-profl EXCEPTIONS no_dg = 1 OTHERS = 2.

SD_PROFL_CHECK CALL FUNCTION 'SD_PROFL_CHECK' EXPORTING profl = xvbap-profl EXCEPTIONS no_dg = 1 OTHERS = 2.

EHS002_CHECK_EHS_ACTIVE CALL FUNCTION 'EHS002_CHECK_EHS_ACTIVE' EXCEPTIONS ehs_not_exist = 1 OTHERS = 2.

EHS003_CHECK_TPPR_ACTIVE CALL FUNCTION 'EHS003_CHECK_TPPR_ACTIVE' EXPORTING i_dnact = i_dnact i_vbtyp = vbak-vbtyp EXCEPTIONS tppr_active = 1 OTHERS = 2.

EHS003_TPMAT_CHECK CALL FUNCTION 'EHS003_TPMAT_CHECK' EXPORTING i_vbtyp = vbak-vbtyp i_vbeln = vbak-vbeln TABLES i_xvbap_tab = xvbap EXCEPTIONS tpmat_exist = 1 no_tpmat_exist = 2 wrong_param = 3 no_profl_found = 4 others_ = 5.

SD_CHECK_MSGTAB CALL FUNCTION 'SD_CHECK_MSGTAB' IMPORTING anz = da_anzahl severity = da_severity.

ND_EXITS_ACTIVE_CHECK CALL FUNCTION 'ND_EXITS_ACTIVE_CHECK' EXCEPTIONS exits_not_active = 1 OTHERS = 2.

DDIF_NAMETAB_GET CALL FUNCTION 'DDIF_NAMETAB_GET' EXPORTING tabname = tabname EXCEPTIONS not_found = 1 OTHERS = 2.

UKM_IS_ACTIVE CALL FUNCTION 'UKM_IS_ACTIVE' IMPORTING e_active = l_flag.

PRICING_GET_DYNNR





CALL FUNCTION 'PRICING_GET_DYNNR' IMPORTING ev_dynnr = lv_pricing_view_dynnr ev_prog = lv_pricing_view_prog.

FOAP_FI_CDA_IS_ACTIV CALL FUNCTION 'FOAP_FI_CDA_IS_ACTIV' IMPORTING ex_is_activ = l_activ.



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