‎2010 Jul 01 12:00 PM
Hello,
does someone knows a function module for creating
1.) a new price condition record with new valid from/to range ( table A118 and A004)
2.) a new inforecord with new valid from/to range ( table A017)
Thx a lot in advance
Wolf.
‎2010 Jul 01 12:13 PM
‎2010 Jul 01 12:13 PM
‎2010 Jul 01 12:39 PM
‎2010 Jul 01 12:44 PM
‎2010 Jul 01 2:09 PM
Hi,
Use this FM for price conditions creation: BAPI_PRICES_CONDITIONS
It all depends on the config on what table will be updated for the conditon type..
using this FM you can create, change or delete. Make sure you pass the relevant operations in the TABLES
003 Delete: Message contains objects to be deleted
004 Change: Message contains changes
005 Replace: This message replaces previous messages
009 Original: First message for process
023 Wait/Adjust: Data should not be imported
Hope this helps
Regards
Shiva
‎2011 Mar 16 7:31 AM
Try using Function module 'RV_CONDITION_COPY'.
maintain_mode = 'A' = Add
maintain_mode = 'B' = Change