SAP Reports / Programs | Basis Components | Business Management | Organizational Management(BC-BMT-OM) SAP BC

MP100150 SAP ABAP INCLUDE - ON HELP-REQUEST Module







MP100150 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 MP100150 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 MP100150. "Basic submit
SUBMIT MP100150 AND RETURN. "Return to original report after report execution complete
SUBMIT MP100150 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: ON HELP-REQUEST Module


INCLUDES used within this REPORT MP100150

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:

DYNP_VALUES_READ CALL FUNCTION 'DYNP_VALUES_READ' EXPORTING * DYNAME = SY-REPID "YNKK100992 DYNAME = HELP_REPID "YNKK100992 * DYNUMB = SY-DYNNR "YNKK100992 DYNUMB = HELP_DYNNR "YNKK100992 TABLES DYNPFIELDS = DYNP_VALUES EXCEPTIONS OTHERS = 1.

RH_OTYPE_REQUEST CALL FUNCTION 'RH_OTYPE_REQUEST' EXPORTING DISPL = HELP_DISPLAY "VWMD046190 OTYPE = P1001-OTYPE RSIGN = HELP_RSIGN RELAT = HELP_RELAT SETPOT = ' ' "RWB20K065335 * setpot = 'X' "RWB20K065335 MAINT_ONLY = HELP_MAINT "XMKBCEK010888 IMPORTING SEL_OTYPE = HELP_SCLAS.

DYNP_VALUES_READ CALL FUNCTION 'DYNP_VALUES_READ' EXPORTING * DYNAME = SY-REPID "YNKK100992 DYNAME = HELP_REPID "YNKK100992 * DYNUMB = SY-DYNNR "YNKK100992 DYNUMB = HELP_DYNNR "YNKK100992 TABLES DYNPFIELDS = DYNP_VALUES EXCEPTIONS OTHERS = 1.

RH_RSIGN_RELAT_REQUEST CALL FUNCTION 'RH_RSIGN_RELAT_REQUEST' "QIUK107515 EXPORTING "QIUK107515 DISPL = HELP_DISPLAY "VWMD046190 OTYPE = P1001-OTYPE "QIUK107515 RSIGN = HELP_RSIGN "QIUK107515 SCLAS = HELP_SCLAS "QIUK107515 MAINT_ONLY = 'X' "VWMD051622 IMPORTING "QIUK107515 SEL_SUBTY = ACT_SUBTY. "VIF

RH_RSIGN_RELAT_REQUEST CALL FUNCTION 'RH_RSIGN_RELAT_REQUEST' "XMK#430458 EXPORTING "XMK#430458 DISPL = HELP_DISPLAY "XMK#430458 OTYPE = P1001-OTYPE "XMK#430458 RSIGN = HELP_RSIGN "XMK#430458 SCLAS = HELP_SCLAS "XMK#430458 MAINT_ONLY = ' ' "XMK#430458 IMPORTING "XMK#430458 SEL_SUBTY = ACT_SUBTY. "XMK#430458

DYNP_VALUES_UPDATE CALL FUNCTION 'DYNP_VALUES_UPDATE' "QIUK107515 EXPORTING "QIUK107515 DYNAME = HELP_REPID "QIUK107515 DYNUMB = HELP_DYNNR "QIUK107515 TABLES "QIUK107515 DYNPFIELDS = DYNP_VALUES "QIUK107515 EXCEPTIONS "QIUK107515 OTHERS = 04. "QIUK107515

RH_OBJID_REQUEST CALL FUNCTION 'RH_OBJID_REQUEST' EXPORTING PLVAR = P1001-PLVAR * OTYPE = ' ' * SEARK = '*' DYNPRO_REPID = HELP_REPID DYNPRO_DYNNR = HELP_DYNNR * DYNPRO_PLVARFIELD = ' ' DYNPRO_OTYPEFIELD = 'P1001-SCLAS' DYNPRO_SEARKFIELD = 'P1001-SOBID' SET_MODE = ' ' IMPORTING SEL_OBJECT = HELP_OBJEC EXCEPTIONS CANCELLED = 1 WRONG_CONDITION = 2 NOTHING_FOUND = 3 ILLEGAL_MODE = 4 INTERNAL_ERROR = 5 OTHERS = 6 .

RH_RSIGN_RELAT_SCLAS_REQUEST CALL FUNCTION 'RH_RSIGN_RELAT_SCLAS_REQUEST' EXPORTING OTYPE = P1001-OTYPE MAINT_ONLY = 'X' "VWMD051622 IMPORTING RSIGN = P1001-RSIGN RELAT = P1001-RELAT SCLAS = P1001-SCLAS EXCEPTIONS * WHEN "VIFA302973 OTHERS = 4.

RH_SET_BUFFER CALL FUNCTION 'RH_SET_BUFFER' "VWMA104906 EXPORTING "VWMA104906 BUFFER_COUNT_IMP = BUFFER_COUNT "VWMA104906 BUFFO_OBJECT_COUNT_IMP = BUFFO_OBJECT_COUNT TABLES "VWMA104906 BUFFER_TAB = BUFFER "VWMA104906 BUFFO_TAB = BUFFO. "VWMA104906

RH_DELETE_BUFFER CALL FUNCTION 'RH_DELETE_BUFFER' "VWMA104906 EXPORTING "VWMA104906 ENQUEUE_KEY = OLD_INV_ENQUEUE_KEY. "VWMA104906

RH_GET_BUFFER CALL FUNCTION 'RH_GET_BUFFER' "VWMA104906 IMPORTING "VWMA104906 BUFFER_COUNT_EXP = BUFFER_COUNT "VWMA104906 BUFFO_OBJECT_COUNT_EXP = BUFFO_OBJECT_COUNT TABLES "VWMA104906 BUFFER_TAB = BUFFER "VWMA104906 BUFFO_TAB = BUFFO. "VWMA104906

DYNP_VALUES_READ CALL FUNCTION 'DYNP_VALUES_READ' EXPORTING DYNAME = HELP_REPID DYNUMB = HELP_DYNNR TABLES DYNPFIELDS = DYNP_VALUES EXCEPTIONS OTHERS = 1.

RH_RSIGN_RELAT_REQUEST CALL FUNCTION 'RH_RSIGN_RELAT_REQUEST' EXPORTING DISPL = HELP_DISPLAY "VWMD046190 OTYPE = P1001-OTYPE RELAT = HELP_RELAT SCLAS = HELP_SCLAS MAINT_ONLY = 'X' "VWMD051622 IMPORTING SEL_SUBTY = ACT_SUBTY.

RH_RSIGN_RELAT_REQUEST CALL FUNCTION 'RH_RSIGN_RELAT_REQUEST' "XMK#430458 EXPORTING "XMK#430458 DISPL = HELP_DISPLAY "XMK#430458 OTYPE = P1001-OTYPE "XMK#430458 RELAT = HELP_RELAT "XMK#430458 SCLAS = HELP_SCLAS "XMK#430458 MAINT_ONLY = ' ' "XMK#430458 IMPORTING "XMK#430458 SEL_SUBTY = ACT_SUBTY. "XMK#430458

DYNP_VALUES_UPDATE CALL FUNCTION 'DYNP_VALUES_UPDATE' EXPORTING DYNAME = HELP_REPID DYNUMB = HELP_DYNNR TABLES DYNPFIELDS = DYNP_VALUES EXCEPTIONS OTHERS = 04.



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