cancel
Showing results for 
Search instead for 
Did you mean: 

Shipment Cost SubItem

chaayehhtan
Participant
0 Kudos

Dear all gurus,

I already active the exit V54C0002 but i still unable to control over the sub-items' status active or inactive. Any ideas? Thanks

Accepted Solutions (0)

Answers (2)

Answers (2)

Lakshmipathi
Active Contributor
0 Kudos

If you seek any assistance from a functional forum, it would be better if you explain what is the business process and what is the requirement, rather straightaway expecting technical inputs.  Explain why you have gone for customization; else, I can move this to ABAP forum

G. Lakshmipathi

patrick_g1
Active Participant
0 Kudos

Hi,

  at the end of the logic you must have a statement like this:

CLEAR c_activ.

This will remive the active flag in the subitem.

For your information: The exit will not aqllow you to active the subitems manually. There need to be a logic using variable c_activ as stated above.

Best regards

Patrick