cancel
Showing results for 
Search instead for 
Did you mean: 

Master data updation

Former Member
0 Kudos

Hi,

Requirement is like to add a info object in a existing Master data, do i need to delete existing table structure before enhancement or change attribute run will create new SID's? Setp by step process for master data enhancement will appreciate. Mind it system is already in working stage.

Accepted Solutions (0)

Answers (2)

Answers (2)

sathiendiran_balu
Contributor
0 Kudos

hi ,

It is not required to delete the data , you just do the enhancement for the additional field required ,

The steps as below .

--> create a project in CMOD or use the existing if you already have one

--> Add the enhancement component RSAP0001

There you will have to write the code in the component EXIT_SAPLRSAP_002 ( for master data attributes )

EXIT_SAPLRSAP_003 ( for texts )

EXIT_SAPLRSAP_004 ( for hierarchies )

In case of EXIT_SAPLRSAP_002 ( for master data attributes )

--> You will need to use the include program ZXRSAU02 and add your coding here for fetching the data

Hope it helps ,

Thanks ,

Sathya

Former Member
0 Kudos

Hi,

No need of deleting the data. Just add the attribute and load the data. for that attribute there will be blank place if u dont load the data.

Khaja