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

Need Help on User exit

Former Member
0 Likes
573

Hi,

this is my requirement: When create a shipment (VT01N ) transaction code , i need to do some calucation and finally update into field (VTTK-EXTI1). but it is not updating: iam using FM exits :EXIT_SAPLV56U_004 and EXIT_SAPLV56U_005.

data is coming into internal table , but not upating into field.

please help me.

Hi,

this is my requirement: When create a shipment (VT01N ) transaction code , i need to do some calucation and finally update into field (VTTK-EXTI1). but it is not updating: iam using FM exits :EXIT_SAPLV56U_004 and EXIT_SAPLV56U_005.

data is coming into internal table , but not upating into field.

please help me.

2 REPLIES 2
Read only

Former Member
0 Likes
490

Hi Chandra - you are not providing much info for someone to help you. Which tables are you populating? Are you populating the UPDKZ with a "U" in the I_XVTTK table?

Andy

Read only

Former Member
0 Likes
490

HI Chandra

You need to fill I_XVTTK-EXIT1 in EXIT_SAPLV56U_004.

Regards

David