cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

SCM Message /SAPAPO/RRP 709 where used??

chuangmateo
Explorer
0 Kudos
695

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

View Entire Topic
chuangmateo
Explorer
0 Kudos

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