on ‎2019 Dec 31 3:47 AM
Hi all:
I know it looks like a "stupid" question but I just cannot find it!! I tried SE91's "where used" function to search the message /SAPAPO/RRP 709 and got no any return. And then I also tried /SAPAPO/RRP with message no. from 701 to 715 to find related program and got no luck!? Do you know any other way can search which program use /SAPAPO/RRP 709 ?? thanks a lot.
The original story is: in SAP ERP we can use Tcode VA01 to create a Sales order without any error message but got error message /SAPAPO/RRP 709 by using FM BAPI_SALESORDER_CREATEFROMDAT2 or SD_SALESDOCUMENT_CREATE. And both VA01 and Function module used the same testing data.
And the message of /SAPAPO/RRP 709 is "Configuration for product &1 in location &2 does not exist" but I can find product &1 and location &2 in table /SAPAPO/MATLOC or I should check others tables??
Any help is appreciate,
Matt
Request clarification before answering.
Hi All:
Sorry and thanks your time, your answers, refer to Create Sales Order using BAPI with Variant Configuration, I found out that I made a stupid error, as this page mentioned:
"Why the PO_ITM_NO field should be filled because the field POSEX (PO_ITM_NO) to define the connection between the sales order item and the configuration (BAPICUFG-POSEX) (ls_item-po_itm_no = w_sales_cfgs_ref-posex). "
And I didn't maintain PO_ITM_NO correctly and then cause the error message, and It works after I assigned the right PO_ITM_NO.
And SAP's error message is stupid too "Configuration : product &1 not existed in location &2" and make me think that it's because of APO or Configuration issues...
Thanks again,
Matt
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello,
An error message /SAPAPO/RRP709 (Configuration for product in location does not exist) does it comes during the Available-to-Promise (ATP) check for item.?
In VA01 while creating sales order system perform the gATP check?
So please check while creating sales order through BAPI it trigger the gATP check..
Also is it KMAT material? And error is for main product or subitem?
initialize the configuration with function module CUXC_INIT
Also make sure configuration profile has been created for the material and Classes and characteristics are contained in the active integration model.
Best Regards,
R.Brahmankar
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks your help, and yes, VA01 do gATP check and I did the BAPI check before, as I mentioned in other comment, we run the program in ERP but the error message is from SCM, so I lost the hint from ERP side. By the way, I traced it to the FM SD_SALES_DOCU_MAINTAIN and it use following code to get error message from ATP check, and then I lost the way...
* get messages from ATP check
CALL FUNCTION 'MESSAGE_HANDLING'
EXPORTING
P_FCODE= 'GET'
TABLES
P_ATPMSGX = LT_ATPMSG.
And about "KMAT material", I'm not familiar with this, I'll pass to my colleague if I cannot find the answer from SCM side, thanks.
Thanks a lot and happy new year,
Matt
| User | Count |
|---|---|
| 16 | |
| 16 | |
| 5 | |
| 2 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.