SAP Reports / Programs

REMIG102 SAP ABAP Report - Migration: Migration Manual







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


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 REMIG102. "Basic submit
SUBMIT REMIG102 AND RETURN. "Return to original report after report execution complete
SUBMIT REMIG102 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: 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@


INCLUDES used within this REPORT REMIG102

REMIGD102,
REMIGF102.


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:

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.



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