cancel
Showing results for 
Search instead for 
Did you mean: 

smartforms of purchase order in ecc 6.0

Former Member
0 Kudos

Hi there,

In a PO we have pricing condition(me23n).

I need to print those pricing conditions as per each and every PO number.

For this i have to check two things as per my reqirement,

1- whether it is active or inactive

2- the amount of that particular conditions should be grreater than zero

How to check the tw at the same time??

I do give good reward points and bottom line is that i need an answer desperately.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Use if condition.

if ( itab-active = and itab-amt > 0 ).

endif.

Former Member
0 Kudos

dear mate

Could you be a lil more elaborate

I got what you wanna say, but here i have the condition in a view V_T683S and the amount in a table konv.

I cant understand how to connect it.

I hope i am simplifying my issue.

Thanks in advance.

Former Member
0 Kudos

Roshan ,

The view what you have metioned is for schema maintenance . ( general )

First you have asked for active condtion type.

For each condition type-condition record catalog there will be a table generated based on the fields selected in catalog . Check whether the PO you have, satisfies this condition record table entry.

For each of this condition type , Price and scales will be maintained.

I am sure there should be some FM / Class for this. This you can get it when you debug when we press ANALYSIS button in Pricing tab of PO.

Basically it depends on the purpose-required.

you can check the table KONV for Condition Pricing .with Number of the document condition ( KNUMV) as ref. field.

Thx'

Parthi

Reward if useful.

Answers (2)

Answers (2)

Former Member
0 Kudos

thank you guys, thank you very much.

Former Member
0 Kudos

Hi,

You can pick the condition record number(KNUMV) from EKKO table and pass this number to KONV to get the active conditions.

Pick only those conditions with amount not equal to zero.

Regards,