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: 

PO - adding field in VA03 header - order data

Former Member
0 Kudos

Hi all,

i am facing some problem to find out the user - exits,

in VA03 - header - order data i added a text field in that Order data tab , and also i appended a field ZZSCON in VBKD

where should i add the code to insert the text field in the DBtable(VBKD)

Edited by: vijay krishna on Jan 3, 2008 10:34 AM

3 REPLIES 3

Former Member
0 Kudos

Hi Use the Exit CIFSLS02

awrd Points if useful

Bhupal

Former Member
0 Kudos

Hello,

Maybe you can try searching for the user-exits in standard code. Debug the transaction and set breakpoint in desire statements.

Breakpoint --> Breakpoint at --> Breakpoint at Statement

and then here write: CALL CUSTOMER-FUNCTION

Then pressing F8 it will go directly to the next breakpoint (next user-exit in standard code). Verify that you have access to your customer field in user-exit parameters.

I hope it will help you.

Former Member
0 Kudos

Hi all,

Hi jony it is working but when i am entering some data and saving it is working but when i am entering and moving to another tab it is disappering.

Any suggestions.

Edited by: vijay krishna on Jan 3, 2008 3:05 PM