SAP Reports / Programs

/NAM/RJK_BONUS_ITEM_CREATE_LOG SAP ABAP Report - Application Log for Bonus Day and Upgive Functionality







/NAM/RJK_BONUS_ITEM_CREATE_LOG is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This Report is used to display the Application Log that is generated whi le creating the Bonus/Up-give Items through transaction code /NAM/BONUS_ITEM Application Log displays both the Items created successfully and Orders that result in errors...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.

If you would like to execute this report or see the full code listing simply enter /NAM/RJK_BONUS_ITEM_CREATE_LOG into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

/NAM/BONUS_LOG - Bonus Day / Upgive Item Log


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


Text pool values


Title: Application Log for Bonus Day and Upgive Functionality
Text Symbol: 001 = Application Log for Bonus Day / Upgive Items Selection
Text Symbol: 002 = Application Log for Bonus Day / Upgive Items


INCLUDES used within this REPORT /NAM/RJK_BONUS_ITEM_CREATE_LOG

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:

APPL_LOG_DISPLAY CALL FUNCTION 'APPL_LOG_DISPLAY' EXPORTING object = con_alog_object_bonus object_attribute = con_fadeout subobject_attribute = con_fadeout external_number_attribute = con_fadeout date_from = gv_date_min time_from = gv_time_min date_to = gv_date_max time_to = gv_time_max title_selection_screen = text-001 title_list_screen = text-002 column_selection = con_column_selection EXCEPTIONS no_authority = 01 OTHERS = 02.



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 /NAM/RJK_BONUS_ITEM_CREATE_LOG or its description.