SAP Reports / Programs | Basis Components | ABAP Workbench, Java IDE and Infrastructure | Package Tools(BC-DWB-TOO-PAK) SAP BC

RAKB_HELPERF01 SAP ABAP INCLUDE - RAKBHELPERF01







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

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' "#EC * exporting textline1 = 'Die Produktbeschreibungen wurden geändert.'(003)

AKB_GET_LAST_RUN call function 'AKB_GET_LAST_RUN' exporting interface = intf importing run = replrun exceptions rfc_error = 2 others = 3.

AKB_GET_LAST_RUN call function 'AKB_GET_LAST_RUN' exporting interface = intf importing run = replrun exceptions rfc_error = 2 others = 3.

AKB_GET_LAST_RUN call function 'AKB_GET_LAST_RUN' exporting interface = intf sys = sys importing run = run exceptions rfc_error = 2 others = 3.

AKB_LOG_EXCEPTIONS call function 'AKB_LOG_EXCEPTIONS' "#EC FB_OLDED exporting server_product = server force_freeze = 'X' force_comp_check = 'X' check_only = check_only allow_incompatible_changes = 'X' importing exceptions_created = ok changing objects = objects.

AKB_CALL_TRANSACTION call function 'AKB_CALL_TRANSACTION' destination compchecksys-rfcdest exporting tcode = 'SAKB3' exceptions system_failure = 0 communication_failure = 0 others = 0.

AKB_GET_OBJECT_INFO call function 'AKB_GET_OBJECT_INFO' exporting obj_type = wa-obj_type obj_name = wa-obj_name importing component = comp exceptions object_not_found = 1 others = 2.

AKB_GET_COMPATIBILITY_STATE call function 'AKB_GET_COMPATIBILITY_STATE' "#EC * exporting check_only = 'X' force_comp_check = 'X' display_result = 'X' server = server changing objects = exceptions.

POPUP_TO_CONFIRM_STEP call function 'POPUP_TO_CONFIRM_STEP' exporting textline1 = 'Das Testergebnis wurde geändert.'(028)

DEQUEUE_EAKB_USAGE_INFO call function 'DEQUEUE_EAKB_USAGE_INFO' exporting relid = 'US' product = akb_control-clientprod product_rel = akb_control-client_rel x_relid = 'X' x_product = 'X' x_product_rel = 'X' _scope = '1'.

ENQUEUE_EAKB_USAGE_INFO call function 'ENQUEUE_EAKB_USAGE_INFO' exporting relid = 'US' product = akb_control-clientprod product_rel = akb_control-client_rel x_relid = 'X' x_product = 'X' x_product_rel = 'X' _scope = '1' exceptions foreign_lock = 1 system_failure = 2 others = 3.

POPUP_TO_CONFIRM call function 'POPUP_TO_CONFIRM' exporting titlebar = 'Übertragung einer Schnittstelle'(034) text_question = 'Sollen auch Nutzungen von eingefrorenen Objekten ermittelt werden?'(035) display_cancel_button = 'X' importing answer = answer.

AKB_INTF_CHANGE_STATE call function 'AKB_INTF_CHANGE_STATE' exporting editable = 'X' importing changed = changed aborted = aborted changing state = state-state.

LVC_FIELDCATALOG_MERGE call function 'LVC_FIELDCATALOG_MERGE' exporting i_structure_name = 'AKB_SYSLIST' changing ct_fieldcat = fieldlist exceptions others = 1.

AKB_USAGE_ADD_FROM_EXCEPT_TEST call function 'AKB_USAGE_ADD_FROM_EXCEPT_TEST' exporting interface = intf only_unfrozen_objs = ' ' in_batch = 'X' recompute = 'X' exceptions unknown_product = 1 job_not_created = 2 others = 3.

AKB_EDIT_RELATION call function 'AKB_EDIT_RELATION' exporting p_editable = akb_master importing changed = changed aborted = aborted changing interface = intf.



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