Application Development and Automation 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: 
Read only

user exits

Former Member
0 Likes
416

1) how to add fields with user exits?

2) how to extend idoc type

1) how to add fields with user exits?

2) how to extend idoc type

2 REPLIES 2
Read only

Former Member
0 Likes
384

Hi Jyothi,

For your second question, refer this link:

http://help.sap.com/saphelp_erp2005/helpdata/en/dc/6b7d6243d711d1893e0000e8323c4f/frameset.htm

Regards,

Ravi

Read only

Former Member
0 Likes
384

<b>1) check below</b>

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.

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

<b>2) extend idoc type</b>

check....

http://help.sap.com/saphelp_erp2005/helpdata/en/dc/6b7d6243d711d1893e0000e8323c4f/frameset.htm