SAP Reports / Programs

TIP_DEMO_CREATE_TIP SAP ABAP Report - SIW Demo: Create Tip







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


Text pool values


Selection Text: P_DAY = Day of match
Selection Text: PFOR9 = Game 9: Home goals
Selection Text: PFOR8 = Game 8: Home goals
Selection Text: PFOR7 = Game 7: Home goals
Selection Text: PFOR6 = Game 6: Home goals
Selection Text: PFOR5 = Game 5: Home goals
Selection Text: PFOR4 = Game 4: Home goals
Selection Text: PFOR3 = Game 3: Home goals
Selection Text: PFOR2 = Game 2: Home goals
Selection Text: PFOR1 = Game 1: Home goals
Selection Text: PB_DAY = Day of match
Selection Text: PBFOR9 = Game 9: Home goals
Selection Text: PBFOR8 = Game 8: Home goals
Selection Text: PBFOR7 = Game 7: Home goals
Selection Text: PBFOR6 = Game 6: Home goals
Selection Text: PBFOR5 = Game 5: Home goals
Selection Text: PBFOR4 = Game 4: Home goals
Selection Text: PBFOR3 = Game 3: Home goals
Selection Text: PBFOR2 = Game 2: Home goals
Selection Text: PBFOR1 = Game 1: Home goals
Selection Text: PBAWAY9 = Game 9: Away goals
Selection Text: PBAWAY8 = Game 8: Away goals
Selection Text: PBAWAY7 = Game 7: Away goals
Selection Text: PBAWAY6 = Game 6: Away goals
Selection Text: PBAWAY5 = Game 5: Away goals
Selection Text: PBAWAY4 = Game 4: Away goals
Selection Text: PBAWAY3 = Game 3: Away goals
Selection Text: PBAWAY2 = Game 2: Away goals
Selection Text: PBAWAY1 = Game 1: Away goals
Selection Text: PAWAY9 = Game 9: Away goals
Selection Text: PAWAY8 = Game 8: Away goals
Selection Text: PAWAY7 = Game 7: Away goals
Selection Text: PAWAY6 = Game 6: Away goals
Selection Text: PAWAY5 = Game 5: Away goals
Selection Text: PAWAY4 = Game 4: Away goals
Selection Text: PAWAY3 = Game 3: Away goals
Selection Text: PAWAY2 = Game 2: Away goals
Selection Text: PAWAY1 = Game 1: Away goals





Title: SIW Demo: Create Tip
Text Symbol: 002 = Selection for a tip (bulk mode)
Text Symbol: 001 = Selection for a tip


INCLUDES used within this REPORT TIP_DEMO_CREATE_TIP

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:

BAL_LOG_CREATE CALL FUNCTION 'BAL_LOG_CREATE' EXPORTING i_s_log = g_log_header IMPORTING e_log_handle = g_log_handler EXCEPTIONS log_header_inconsistent = 1 OTHERS = 2.

BAL_DSP_LOG_DISPLAY CALL FUNCTION 'BAL_DSP_LOG_DISPLAY' EXCEPTIONS OTHERS = 1.

BAL_LOG_MSG_ADD CALL FUNCTION 'BAL_LOG_MSG_ADD' EXPORTING i_s_msg = l_s_msg i_log_handle = g_log_handler EXCEPTIONS log_not_found = 0 OTHERS = 1.



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