SAP Reports / Programs

PAPSRIN_OMDETAILDEFINITIONS SAP ABAP INCLUDE - Include PAPSRIN_OMDETAILDEFINITIONS







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


Text pool values


Title: Include PAPSRIN_OMDETAILDEFINITIONS


INCLUDES used within this REPORT PAPSRIN_OMDETAILDEFINITIONS

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:

RH_OM_DETAILSCREEN_GETDATA call function 'RH_OM_DETAILSCREEN_GETDATA' importing scenario = info-scenario class_key = info-class_key main_object = main_object date = info-key_date relat_object = relat_object detail_date = info-detail_date changemode = info-changemode refr = info-refr tabtype = info-tabtype selmode = info-seldate_mode dates_changed = info-dates_changed input_done = info-input_done tabchanged = info-tabchanged exit_command = info-exit_command svect = info-svect tables loc_values = info-tabtype_data.

RHF4_TEXT_OTYPE call function 'RHF4_TEXT_OTYPE' exporting otype = info-otype importing otext = info-otext exceptions others = 0.

RH_OM_PERIOD_GET call function 'RH_OM_PERIOD_GET' importing period = info-period upd_period = info-upd_period seldate_mode = info-seldate_mode exceptions others = 0.

RH_READ_OBJECT call function 'RH_READ_OBJECT' exporting plvar = plvar otype = otype realo = realo begda = begda endda = endda ointerval = space importing short = short stext = text exceptions others = 0.

RH_SET_DATE call function 'RH_SET_DATE' exporting beg_dat = begda end_dat = endda importing ret_dat = seldat exceptions others = 4.

RHOM_READ_RELAT_BUFFERED call function 'RHOM_READ_RELAT_BUFFERED' exporting otype = position-otype objid = position-objid plvar = position-plvar subty = 'A003' begda = seldat endda = seldat tables i1001 = i1001 exceptions others = 0.

RH_OM_FIELD_ATTRIBUTES_CHECK call function 'RH_OM_FIELD_ATTRIBUTES_CHECK' exporting act_field_name = screen-name importing changed = screen_changed changing screen_input = screen-input screen_invisible = screen-invisible exceptions others = 0.

RH_OM_DETAILSCREEN_INPUT_DONE call function 'RH_OM_DETAILSCREEN_INPUT_DONE'.



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