REMIG102 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Report REMIG102 is used to display the object-specific migration manual within the IS-U Migration Workbench...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 REMIG102 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.
Selection Text: OBJECT = D .
Selection Text: FIRMA = D .
Title: Migration: Migration Manual
Text Symbol: L11 = Structure of Migration Manual
Text Symbol: L10 = Object generated in customer structure
Text Symbol: L09 = IS-U-specific documentation available
Text Symbol: L08 = Selctd for Handbook print.
Text Symbol: L07 = Line
Text Symbol: L06 = Field for part.struc.
Text Symbol: L05 = Fld
Text Symbol: L04 = Partial struct. of mig. obj.
Text Symbol: L03 = Substructure
Text Symbol: L02 = Migration Object
Text Symbol: L01 = MigObject
Text Symbol: A10 = @\Q@
Text Symbol: A08 = @01\Q@
Text Symbol: A07 = @0X\Q@
Text Symbol: A06 = @OD\QFld@
Text Symbol: A05 = @HP\QStruct.@
Text Symbol: A04 = @4F\QMigration Object@
Text Symbol: A03 = @0Z\QMake Entry/Change@
Text Symbol: A02 = @39\QGenerated@
Text Symbol: A01 = @0S\QInformation Available@
No SAP DATABASE tables are accessed within this REPORT code!
DOCU_EXIST_CHECK CALL FUNCTION 'DOCU_EXIST_CHECK' EXPORTING id = ddic_id langu = sy-langu object = object typ = 'E' EXCEPTIONS no_docu_on_screen = 1 no_docu_self_def = 2 no_docu_temp = 3 ret_code = 4 OTHERS = 5.
DOCU_PRINT CALL FUNCTION 'DOCU_PRINT' EXPORTING dialog = space form = 'P' id = ddic_id langu = sy-langu new_page = space object = object operation = 'P' printer = space typ = 'E' TABLES line = dktab EXCEPTIONS OTHERS = 1.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
REMIG102 - Migration: Migration Manual REMIG102 - Migration: Migration Manual REMIG101O11 - documentation and ABAP source code REMIG101O02 - documentation and ABAP source code REMIG101O01 - documentation and ABAP source code REMIG101O00 - Generated automatically. Fills import parameters of test module.