cancel
Showing results for 
Search instead for 
Did you mean: 

New Delivery Output (V2) Type on Item Level

Chris_2311
Participant
0 Kudos

hey all,

i've created a new delivery output type on item level. it's called ZCOS.

this is getting determined correclty on item level and everything is fine

now here is my requirement:

when this output type is determined on item level, an other output type (ZCOC) on header level should be deleted ...

i've tried to solve it with a vofm routine at header and/or item level but nothing works

how can i do this?

best regards & TIA!

strobbel

Accepted Solutions (0)

Answers (3)

Answers (3)

phanikumar_v3
Active Contributor
0 Kudos

Why you want to Delete this ZCOC header condition type??

So currently how you are retrieving output condition records--any formula??

Phanikumar

Chris_2311
Participant
0 Kudos

Anyone else with an idea?? 😕

former_member212707
Active Participant
0 Kudos

Write the logic to check if the ZCOS condition type is determined at the item level and if true, then suppress the ZCOC condition type. Assign this requirement routine to the ZCOC condition type in your output determination procedure. This should work.


Thanks,
Ravin

Lakshmipathi
Active Contributor
0 Kudos

You need to add this logic in your existing smart form being used for that output type.  Ask your ABAPer to write the coding there.

G. Lakshmipathi

Chris_2311
Participant
0 Kudos

Really within my smartforms or sapscript program logic?!

At this time, the output message that should be deleted is already determined ...