HINUPTX0 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Conversion Program for
If you would like to execute this report or see the full code listing simply enter HINUPTX0 into the relevant SAP transactions such as SE38 or SE80
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.
Title: Conversion report program for Ptax table - T7INP1
Text Symbol: 001 = User Parameters
Text Symbol: 002 = Test Run
Text Symbol: 003 = Table T7INP1 Locked
Text Symbol: 004 = No records to update.
Text Symbol: 005 = Errors occured during processing.
Text Symbol: 006 = No updation for any ptax group.
Text Symbol: 007 = Key field ENDDA may be in use.
Text Symbol: 008 = Update failed for
Text Symbol: 009 = No Updation for any ptax groups.
Text Symbol: 010 = The following records were updated
Text Symbol: 011 = The following records will be updated
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
ENQUEUE_E_TABLE call function 'ENQUEUE_E_TABLE' exporting tabname = 'T7INP1' exceptions foreign_lock = 4 system_failure = 8.
DEQUEUE_E_TABLE call function 'DEQUEUE_E_TABLE' exporting tabname = 'T7INP1'.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
HINUPTX0 - Conversion report program for Ptax table - T7INP1 HINUPTX0 - Conversion report program for Ptax table - T7INP1 HINUPE_P2E_POL - Program for object type BUSP2EPOL : Policy To Execution HINUPE_P2E_POL - Program for object type BUSP2EPOL : Policy To Execution HINUPE_P2E - Program for object type BUSP2E : Policy To Execution HINUPE_P2E - Program for object type BUSP2E : Policy To Execution