on 2007 Oct 02 12:46 PM
Hi Guru's,
Is it possible to copy SD condition value to MM condition value?
I tried this with reference condition, but no value appears in MM pricing.
Condition is there. Is this only a basis and would never transfer values?
Thank you in advance,
Eric.
Hi Eric,
Its not possible to copy SD condition value to MM condition value otherwise SAP would have made common path for defining condition value for both SD and MM.
Hope its usefull
thanks
suresh
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi All,
I found code which can support this.
Not all code just transfer code as requirement on PB00:
SELECT * FROM konv UP TO 1 ROWS
WHERE knumv EQ vbak-knumv
AND kposn EQ vbep-posnr
AND kschl EQ v_kschl.
IF xkomv-waers ne konv-waers.
CLEAR xkomv-kkurs.
ELSE.
xkomv-kkurs = konv-kkurs.
ENDIF.
xkomv-kbetr = konv-kbetr.
xkomv-waers = konv-waers.
ENDSELECT.
Hi Vivik,
Of course.
If you go to the calculation scheme of MM ( TA M/08) you can enter a requirement.
This requirement can be created with transaction VOFM; requirements/pricing and
add a new routine (>= 900, number).
After creation of the requirement you can connect this requirement in the
calculation scheme (transaction M/08) to PB00.
If it is not clear, please let me know.
Regards,
Eric.
Dear Eric,
Can you say some breif.mean how you copied conditioned and how you applied in MM plz give infirmation i willl telll posible solution
Thanks
Prem
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
108 | |
8 | |
6 | |
6 | |
6 | |
6 | |
5 | |
5 | |
4 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.