SAP Reports / Programs | Basis Components | Basis Services / Communication Interfaces | SAP Query(BC-SRV-QUE) SAP BC

MS38OF23 SAP ABAP INCLUDE - documentation and ABAP source code







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

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 = titlebar defaultoption = 'N' textline1 = 'Coding soll aus dem Sachgebiet'(154) textline2 = 'gelöscht werden?'(155) importing answer = loeschen.

POPUP_TO_CONFIRM_WITH_VALUE call function 'POPUP_TO_CONFIRM_WITH_VALUE' exporting titel = titlebar defaultoption = 'N' text_before = text_before objectvalue = dbzx_entry-name text_after = text_after importing answer = loeschen.

RSAQ_RESET_INFOSET_REF_BUFFER call function 'RSAQ_RESET_INFOSET_REF_BUFFER'.

RSAQ_IS_FIELD_USED call function 'RSAQ_IS_FIELD_USED' exporting i_workspace = act_workspace i_infoset = headsg-clas i_field = dbsf-name i_buffered = 'X' importing o_is_used = l_used.

RSAQ_RESET_INFOSET_REF_BUFFER call function 'RSAQ_RESET_INFOSET_REF_BUFFER'.

RSAQ_IS_FIELD_USED call function 'RSAQ_IS_FIELD_USED' exporting i_workspace = act_workspace i_infoset = headsg-clas i_field = dbsf-name i_buffered = 'X' importing o_is_used = l_used.

RSAQ_RESET_INFOSET_REF_BUFFER call function 'RSAQ_RESET_INFOSET_REF_BUFFER'.

RSAQ_IS_FIELD_USED call function 'RSAQ_IS_FIELD_USED' exporting i_workspace = act_workspace i_infoset = headsg-clas i_field = dbsf-name i_buffered = 'X' importing o_is_used = l_used.

RSAQ_IS_FIELD_USED call function 'RSAQ_IS_FIELD_USED' exporting i_workspace = act_workspace i_infoset = headsg-clas i_field = dbsf-name i_buffered = 'X' importing o_is_used = l_used.

SEO_CLIF_GET * call function 'SEO_CLIF_GET' * exporting * cifkey = l_class * version = seoc_version_active * exceptions * not_existing = 1 * deleted = 2 * model_only = 3 * others = 4 * .

RSAQ_GET_CLASSNAME call function 'RSAQ_GET_CLASSNAME' exporting i_action = co_act_tab_access importing e_clsname = l_clsname-clsname.

SEO_CLIF_GET call function 'SEO_CLIF_GET' exporting cifkey = p_clsname version = seoc_version_active exceptions not_existing = 1 deleted = 2 model_only = 3 others = 4 .

VRM_SET_VALUES call function 'VRM_SET_VALUES' exporting id = name_of_dd values = l_codnames exceptions id_illegal_name = 1 others = 2.

F4IF_INT_TABLE_VALUE_REQUEST call function 'F4IF_INT_TABLE_VALUE_REQUEST' exporting retfield = 'AQS_TNAME' dynpprog = l_prog dynpnr = l_dynnr dynprofield = 'RS38Q-DBFISGNA' value_org = 'S' tables value_tab = l_segments exceptions parameter_error = 1 no_values_found = 2 others = 3 .



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