Zsaplink Tool Poc: Pre-Requisite

You might also like

Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 3

ZSAPLINK Tool POC:

Pre-Requisite:

 This program should be available in both the systems (Export and Import system)

AIM:

 To reduce the re-keying manual effort

Systems used here:

 DR1(S4 HANA)– Export system


 DRF(SOH) – Import system

Assumptions:

 This strategy should be applied only for existing development objects


 This is just a POC to understand whether the code changes are getting transferred properly
using this tool. Actual re-keying exercise will be performed on the system where they will
have the same version level (DR1 and DRG after conversion)

Scenario 1:

Changing multiple Dictionary Objects:

Before Remediation the structure looks like:

DR1

DRF

Changes done as below in DR1:

 Adding a field TEST3 to the structure ZTEST_TEMP


 Removing field TEST2 from the structure ZTEST_TEMP2

 Ran the tool ZSAPLINK in DR1 and generated nugget file (NUGG_TEST_POC_DDIC.nugg)

- Prepared by Aravind
 Add the below structure from the list and select ok (tick mark)

 Results will be shown as below, which confirms the objects are added to the Nugget file

Import the Nugget file in DRF by running the same program ZSAPLINK

 Confirm the popup below – by pressing Yes.

- Prepared by Aravind
Note: The objects will be copied from one system to another and become inactive without
promoting for request

 FM: RS_CORR_INSERT is used to add objects to the TR


 Use standard program RADMASG0(Mass activation) for activation of objects in TR

Changing Multiple ABAP Program:

 Created two programs as below in both the system


 YDEMO123456789
 YDEMO_2345
 Did changes on both the programs in DR1 system
 Exported the NUGG file from ZSAPLINK tool

 Import the NUGG file in DRF server using ZSAPLINK tool by choosing overwrite originals
 The system will prompt for TR assignment to save the programs

Note: The programs should be activated separately by using the standard program
RADMASG0(Mass activation)

- Prepared by Aravind

You might also like