Quantcast
Channel: ABAP Development
Viewing all articles
Browse latest Browse all 948

Creating the objects in different landscapes using Nugget files concept

$
0
0

To have same object in different systems we can achieve with help of nugget files.

 

First you need to install the plugins. Once plugins are installed then a program with zsaplink is created in your system. The selection screen of the zsaplink is as below:

 

1.PNG


Scenario:- Had a program ZDEMO_NUGGET in XYZ system. I require same program in ABC system.

 

Solution:


Step 1:- Create a nugget file in your local system from XYZ landscape as below:

            Select radio button create new nugget and give nugget file name as demo_nugget and press f8

1.PNG

           Then a popup comes that where we need to save the nugget file on presentation server.

2.PNG

 

             Now a nugget file is saved in your local system.

 

Step 2:  Add list of object to nugget file. Here the requirement is to add the program to nugget file.

             Select the radio button Add object to Nugget and give object type, object name and Nugget file name as shown in below screen shot and press f8.

3.PNG

4.PNG

            So the program code   zdemo_nugget is added to the nugget file in local system.

 

Step 3:- Now inABC system Import the nugget file zdemo_nugget from your local system as below:

             Select the radio button Import Nugget and Nugget file name as below and press f8.

 

8.PNG

 

        Now the program zdemo_nugget is created in ABC system.  Just need to activate the objects.

 

6.PNG


Note:- List of objects that can be created in other systems through nugget files are:

 

7.PNG


Viewing all articles
Browse latest Browse all 948

Trending Articles