cancel
Showing results for 
Search instead for 
Did you mean: 

HU-STATUS inVEKP table

Former Member
0 Kudos

HI All

Do we have any program or transaction code to change the status of handling unit in VEKP table. right now the status is 60 (deleted).

please help

Regards,

Prasad

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

I guess the easiest thing you can do is to access SE11 and debug to manually change the field value, not a standard solution but always working...

Have fun !

Enrico

Answers (2)

Answers (2)

Former Member
0 Kudos

.

Former Member
0 Kudos

Hi Prasad,

There are two user exits in the packing you can check, the functions modules are :

EXIT_SAPLV51G_001 Text Fields in the Overall Contents Tree

EXIT_SAPLV51S_001 Fill in HU Header Data

which can easily help you. e.g.

In EXIT_SAPLV51S_001, you have VALUE(CS_HU_HEADER) LIKE VEKPVB

STRUCTURE VEKPVB

Anyway I guess Enrico means se16 Hope this helps.