‎2009 Oct 07 3:43 PM
Hello,
I want to create a schedule Agreement (promotion)in in T-Code - VA31. Basically table kona.
Please tell me whether i can use a BAPI for the same and which BAPI also .
Thanks And Regards,
Yogesh
‎2009 Oct 07 4:13 PM
‎2009 Oct 07 4:13 PM
‎2009 Oct 07 4:31 PM
Hi Yogesh, <li>Try this BAPI_PROMO_CREATE function module Thanks Venkat.O
‎2009 Oct 07 4:33 PM
Hi Venkat,
I have already tried this bapi. But it is not working for kona.
Any other suggestion please.
‎2009 Nov 03 5:12 PM
Hi All,
1. Create the notification with BAPI_ALM_NOTIF_CREATE
2. Save the notification with BAPI_ALM_NOTIF_SAVE
3. Do a BAPI_TRANSACTION_COMMIT
I am usinjg above three BAPIs in sequence for creating notification. But after execution of first bapi, in NOTIFHEADER_EXPORT, i am getting notif_no = 00000000001.
If i pass this number to next save bapi. It is giving notifcation number in that save bapi's return structure. Is it correct to pass always 00000000001 to save bapi.
Is there any other way to generate proper notif_no in first create bapi?