Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

User exits

Former Member
0 Kudos

Hi guys,

I have a requirement that I have to add some more fields to my standard data source 2lis_11_vaitm from other tables , for that i need to write some user exit.

Can anybody tell me the sequence for that.

Thanks ..

2 REPLIES 2

Former Member
0 Kudos

There is no need of writing a user exit. we have to find the extract structure name and add the new fields and activate the datasource again.

do like this.

to add fields to datasource 2lis_11_vaitm

go to rsa6.

open all nodes click find and give 2lis_11_vaitm

then dblclick the datasource.

get the structure name and add the two new fields to the structure.

later after adding the structure, go to rsa6 in the same way as above

but in change mode.

then you activate the datasource.

hope this helps

Message was edited by:

kiran kumar pattapu

0 Kudos

This work, but you will get some problems when PI will evolve. or when someone will use LBWE to let evolve structure.

The "official way" is using LBWE. There you will be able to add fields from other V3 structures.

Looka at SAP Note 762951 - Organization of structure changes in the LBWE (https://service.sap.com/sap/support/notes/762951)

Regards