SAP Reports / Programs

/SAPF15/RUECKMELDUNG_ZUWEI_HHM SAP ABAP Report - /SAPF15/RUECKMELDUNGZUWEIHHM







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

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:

FUNCTION_EXISTS CALL FUNCTION 'FUNCTION_EXISTS' EXPORTING funcname = 'FMKU_CHECK_NB_ACTIVATION' EXCEPTIONS function_not_exist = 1 OTHERS = 2.

/SAPF15/BCS CALL FUNCTION '/SAPF15/BCS' EXPORTING bukrs = bukrs gjahr = gjahr IMPORTING bcs = bcs.

DYNP_VALUES_READ CALL FUNCTION 'DYNP_VALUES_READ' EXPORTING dyname = dyname dynumb = dynumb TABLES dynpfields = dyfields EXCEPTIONS OTHERS = 1.

KBPS_SHOW_BUDGET_SUBTYPES CALL FUNCTION 'KBPS_SHOW_BUDGET_SUBTYPES' EXPORTING fm_area = fikrs bdgt_type = 'KBUD' IMPORTING bdgt_subtype = subvo EXCEPTIONS no_bdgt_subtype = 0 OTHERS = 0.

DYNP_VALUES_READ CALL FUNCTION 'DYNP_VALUES_READ' EXPORTING dyname = dyname dynumb = dynumb TABLES dynpfields = dyfields EXCEPTIONS OTHERS = 1.

FUNCTION_EXISTS CALL FUNCTION 'FUNCTION_EXISTS' EXPORTING funcname = 'FMCU_SHOW_BUDTYPECOMB' EXCEPTIONS function_not_exist = 1 OTHERS = 2.

FMCU_SHOW_BUDTYPECOMB CALL FUNCTION 'FMCU_SHOW_BUDTYPECOMB' "#EC * EXPORTING i_fm_area = fikrs i_process = 'ENTR' i_valtype = 'B1' IMPORTING e_budtype = budtype EXCEPTIONS no_budtype = 1 OTHERS = 2.

FM00_CHECK_ISPS CALL FUNCTION 'FM00_CHECK_ISPS' IMPORTING e_kom_activ = kom_activ.

/SAPF15/BCS CALL FUNCTION '/SAPF15/BCS' EXPORTING bukrs = bukrs gjahr = gjahr IMPORTING bcs = bcs.

FUNCTION_INCLUDE_CONCATENATE CALL FUNCTION 'FUNCTION_INCLUDE_CONCATENATE' EXPORTING "#EC DOM_EQUAL include_number = tfdir-include IMPORTING include = subpoolname CHANGING program = tfdir-pname EXCEPTIONS OTHERS = 1.

GUID_CREATE CALL FUNCTION 'GUID_CREATE' IMPORTING ev_guid_22 = ihkr2-guid.

BAPI_0050_CREATE "@OTTO@ CALL FUNCTION 'BAPI_0050_CREATE' "@OTTO@ EXPORTING "@OTTO@ header_data = header "@OTTO@ testrun = x_test "@OTTO@ TABLES "@OTTO@ item_data = item "@OTTO@ return = return.

DEQUEUE_ALL CALL FUNCTION 'DEQUEUE_ALL'.

BUFFER_REFRESH_ALL CALL FUNCTION 'BUFFER_REFRESH_ALL'.



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 /SAPF15/RUECKMELDUNG_ZUWEI_HHM or its description.