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

DDIC table append structure logic

Former Member
0 Likes
544

Hi Experts,

I got a question like if we create the append structure for any standard SAP table , for example we have 4 fields in append structure i have to write logic for fields in append structure , where do we need to write the logic and is it possible to write the logic for the custom fields in append structure ..Please let me know.

Thanks,

Satheesh

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
461

You can write the logic in one of the user exit related to transaction.

Suppose you have VBAK or VBAP Tables ,you added append structure ( Included 4 fields ),then you can write the logic to insert the records in MV45AFZZ Include ( Which is sales order user exit).

Thanks

Seshu

1 REPLY 1
Read only

Former Member
0 Likes
462

You can write the logic in one of the user exit related to transaction.

Suppose you have VBAK or VBAP Tables ,you added append structure ( Included 4 fields ),then you can write the logic to insert the records in MV45AFZZ Include ( Which is sales order user exit).

Thanks

Seshu