cancel
Showing results for 
Search instead for 
Did you mean: 

FD to RE copy control

former_member210682
Participant
0 Kudos

Hello Experts,

I am configuring copy of FD-free of charge delivery to RE- return,

I have copied item categories of FD to RE by mentioned item categories of FD in copy control and keeping item categories of RE blank in setting so that system should pick item category base on the item category group.

At item level I have maintained standard settings such as

Data- 151 ,copying requirements -303

Pricing type-G, and

now while testing pricing condition gets copied to item, ,but it shows mandatory condition for pricing missing PR00 (as getting copied from FD items with no pricing) and it gives an an error of incompletion log,

how I have to proceed to get same pricing ?

Accepted Solutions (0)

Answers (1)

Answers (1)

tao_sun2
Employee
Employee

Hi, normally condition type PR00 should not be re-determined with pricing type G.

You may consider setting breakpoint at FORM KONDITIONSVORSTEP(SAPLV61A), to check whether preisfindungsart is set 'G' or not. If not, pricing type might be changed somewhere in your own logic.

If yes, then you can set break point at statement "perform xkomv_aufbauen_pruefen using yes" in FORM XKOMV_AUFBAUEN_AUS_KOMT1(SAPLV61A). There, system will check whether a condition should be re-determined or not. (sy-subrc = 0 means condition will be re-determined).

former_member210682
Participant
0 Kudos

hi Tao,

Pricing type G only, and PRoo is not getting determined also, but as its a RE document , it gives an error of missing that manadatory condition.even if I set pricing D it will be missing and it will give an error.

Lakshmipathi
Active Contributor

Whenever you add any post to your original query, please do so under "Comment" and not under "Answer", as you were not answering to a query but only providing additional informations as required by the member. Also, the member to whom you were responding will not be notified if you respond under "Answer". Meanwhile, I have converted your above post from Answer to Comment.

tao_sun2
Employee
Employee
0 Kudos

Hi, I understand the pricing type G or D should not be the root cause. Your expectation is that PR00 should be copied from FD to RE without change(re-determined), right?

In this case, the possible reason I can image is that: 1, when pricing function is called, another pricing type rather than the one maintained in copied control is used. or 2, due to unknown reason, the PR00 is re-determined.

For these two points, please refer to my last reply and debug the create with reference process.

former_member210682
Participant
0 Kudos

hi Tao,

Thank you for kind reply,

I think I am missing something in copying items, as items in FD are without pricing and items in RE are with pricing, hence I need to copy all FD item categories to RE with item categories RENN-without pricing.

is my understanding correct? as only this item category wont be having pricing in RE.

but is it right ?if I copy all item categories to RENN?

tao_sun2
Employee
Employee
0 Kudos

Hi, could you share some picture about condition situation in FD and RE document? for example, condition detail or pricing analysis.

former_member210682
Participant
0 Kudos

hi Tao,

Sorry ,as am not much aware about privacy policy, its risk to provide condition screen shot,

all I understand is at FD-free of charge delivery documents items are with no price and when it comes to Return document its again copying same price hence showing an error of few mandatory pricing condition.

to get items with no price at return also, I think I should copy all item categories of FD-free of charge delivery to Return with item category -RENN- which is no price item category in return, but am not sure if I have to proceed this way to get items with no price in return.

kindly suggest anyone how can I achieve desirable result.