SAP Reports / Programs

IHC_TOOL_TRAPO SAP ABAP Report - Display Details of Posted Items







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


Text pool values


Title: Display Details of Posted Items
Text Symbol: 191 = Posting Key
Text Symbol: 190 = Internal / External Transfer
Text Symbol: 189 = Description
Text Symbol: 188 = Amount
Text Symbol: 187 = SELFD
Text Symbol: 186 = Curr
Text Symbol: 185 = Doc Type
Text Symbol: 184 = Tx Code
Text Symbol: 183 = Trd Partner
Text Symbol: 182 = Document Number
Text Symbol: 181 = To G/L Account
Text Symbol: 180 = Posted From Account
Text Symbol: 168 = Do Not Post
Text Symbol: 165 = Mode with Call Transaction
Text Symbol: 164 = Sess. Name
Text Symbol: 163 = Generate Batch Input
Text Symbol: 161 = Post Immed.
Text Symbol: 160 = Posting Paramtrs
Text Symbol: 113 = >>>>>>>>>>
Text Symbol: 112 = Error: (& &)
Text Symbol: 103 = **** Test run: No postings were made ****************************************************************************************
Text Symbol: 102 = ************************************************************************************************************************************
Text Symbol: 006 = Mistake in record selection
Text Symbol: 005 = Customizing: Enter only one G/L Acct number
Text Symbol: 004 = Amount : Negative values indicate Debit
Text Symbol: 003 = LINo Int/External Trans. TCode PNo DT PK Acct Description Curr. Amount SELFD Search Term TrPartn
Text Symbol: 002 = Trgt Items
Text Symbol: 001 = Srce Items


INCLUDES used within this REPORT IHC_TOOL_TRAPO

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:

POSTING_INTERFACE_START CALL FUNCTION 'POSTING_INTERFACE_START' EXPORTING i_function = l_func i_mode = pa_mode "A, E, N i_user = sy-uname i_group = mappe.

SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING percentage = perc.

POSTING_INTERFACE_END CALL FUNCTION 'POSTING_INTERFACE_END'.

POSTING_INTERFACE_CLEARING CALL FUNCTION 'POSTING_INTERFACE_CLEARING' EXPORTING i_tcode = tcode i_auglv = auglv IMPORTING e_subrc = subrc e_msgid = msgid e_msgty = msgty e_msgno = msgno e_msgv1 = msgv1 e_msgv2 = msgv2 e_msgv3 = msgv3 e_msgv4 = msgv4 TABLES t_ftpost = ftpost t_ftclear = ftclear t_fttax = fttax t_blntab = xblntab.

REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING it_fieldcat = gt_fieldcat_bkg TABLES t_outtab = g_it_db_result * EXCEPTIONS * PROGRAM_ERROR = 1 * OTHERS = 2 .



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