SAP Reports / Programs | Construction Equipment Management | Industry Solution Engineering & Construction | Construction Equipment Management(IS-EC-CEM) SAP IS

J_3GINVC_RESCUE SAP ABAP Report - Help for Special Features of ETM SD Settlement







J_3GINVC_RESCUE 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 J_3GINVC_RESCUE 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 J_3GINVC_RESCUE. "Basic submit
SUBMIT J_3GINVC_RESCUE AND RETURN. "Return to original report after report execution complete
SUBMIT J_3GINVC_RESCUE 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: TEST_ON = Test run (as terminated job)
Selection Text: PA_TEXT = Commentary for rescue run
Selection Text: PA_TEST = Test run
Selection Text: PA_MPOS = Max. no. of items per order
Selection Text: PA_LNR = Sequence number of job
Selection Text: PA_JOB = Rescue run for job
Selection Text: PA_IDEP = Job with indep. data (J3G_I)
Selection Text: PA_ECHT = Update run
Selection Text: PA_DEP = Job with dep. data (J3G_D)
Selection Text: PA_CWB = No. of orders per commit work
Selection Text: PA_ABR = Cancel lock settlement
Selection Text: PA_ABLN = Run no. (last 5 characters)
Selection Text: PA_ABDAT = Settlemnt date:
Selection Text: HOST = Target host for job run
Selection Text: ECHT_ON = Update run
Title: Help for Special Features of ETM SD Settlement
Text Symbol: 036 = Entry data
Text Symbol: 035 = of settlement run J3G.....
Text Symbol: 034 = No data to be processed found for job
Text Symbol: 033 = No lock entries found from
Text Symbol: 032 = Error on deletion of
Text Symbol: 031 = Remove
Text Symbol: 030 = Lock for settlement run off
Text Symbol: 020 = Rescue run for job
Text Symbol: 012 = Program start as
Text Symbol: 011 = Upd. run
Text Symbol: 010 = Test run
Text Symbol: 008 = Enter same values as settlement run for cancelled job:
Text Symbol: 007 = Locked by:
Text Symbol: 006 = Enter selection criteria for rescue run
Text Symbol: 005 = 2. Rescue run for cancelled split job
Text Symbol: 004 = 1. Cancel lock main settlement run
Text Symbol: 003 = Help for ETM SD settlement
Text Symbol: 002 = Entries for job:
Text Symbol: 001 = Rescue run for terminated split job for SD settlement run


INCLUDES used within this REPORT J_3GINVC_RESCUE

INCLUDE RVDIREKT.
INCLUDE J_3GINVC_RES_SL.


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:

HELP_OBJECT_SHOW call function 'HELP_OBJECT_SHOW' exporting dokclass = 'DE' dokname = 'BTCTGTSYS' called_by_program = hlp_repid "HS010300 called_by_dynp = sy-dynnr called_for_field = 'HOST-LOW' called_for_tab_fld_btch_input = 'HOST-LOW' called_by_cuastat = sy-pfkey tables links = links exceptions object_not_found = 1 sapscript_error = 2 others = 3.

HELP_OBJECT_SHOW call function 'HELP_OBJECT_SHOW' exporting dokclass = 'DE' dokname = 'BTCTGTSYS' called_by_program = hlp_repid "HS010300 called_by_dynp = sy-dynnr called_for_field = 'HOST-HIGH' called_for_tab_fld_btch_input = 'HOST-HIGH' called_by_cuastat = sy-pfkey tables links = links exceptions object_not_found = 1 sapscript_error = 2 others = 3.

JOB_OPEN call function 'JOB_OPEN' exporting * DELANFREP = ' ' * JOBGROUP = ' ' jobname = jobname * sdlstrtdt = sy-datum * sdlstrttm = time importing jobcount = jobcount exceptions cant_create_job = 1 invalid_job_data = 2 jobname_missing = 3 others = 4.

JOB_OPEN call function 'JOB_OPEN' exporting * DELANFREP = ' ' * JOBGROUP = ' ' jobname = jobname * sdlstrtdt = sy-datum * sdlstrttm = time importing jobcount = jobcount exceptions cant_create_job = 1 invalid_job_data = 2 jobname_missing = 3 others = 4.

JOB_CLOSE call function 'JOB_CLOSE' exporting * AT_OPMODE = ' ' * AT_OPMODE_PERIODIC = ' ' * CALENDAR_ID = ' ' * EVENT_ID = ' ' * EVENT_PARAM = ' ' * EVENT_PERIODIC = ' ' jobcount = jobcount jobname = jobname * laststrtdt = sy-datum * laststrttm = time * PRDDAYS = 0 * PRDHOURS = 0 * PRDMINS = 0 * PRDMONTHS = 0 * PRDWEEKS = 0 * PREDJOB_CHECKSTAT = ' ' * PRED_JOBCOUNT = ' ' * PRED_JOBNAME = ' ' * sdlstrtdt = sy-datum * sdlstrttm = time * STARTDATE_RESTRICTION = BTC_PROCESS_ALWAYS strtimmed = charx targetsystem = hlp_target * START_ON_WORKDAY_NOT_BEFORE = SY-DATUM * START_ON_WORKDAY_NR = 0 * WORKDAY_COUNT_DIRECTION = 0 importing job_was_released = rel exceptions cant_start_immediate = 1 invalid_startdate = 2 jobname_missing = 3 job_close_failed = 4 job_nosteps = 5 job_notex = 6 lock_failed = 7 others = 8.

TH_SERVER_LIST call function 'TH_SERVER_LIST' tables list = sys_tabl exceptions others = 99.

HELP_VALUES_GET_WITH_TABLE call function 'HELP_VALUES_GET_WITH_TABLE' exporting tabname = field_tbl-tabname fieldname = field_tbl-fieldname importing select_value = selected_system tables fields = field_tbl valuetab = btc_sys_host_tbl exceptions others = 99.



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