cancel
Showing results for 
Search instead for 
Did you mean: 

CF number by SC number?

Former Member
0 Kudos

dear all,

Are thre any function module in SRM 4.0 which returns me the SC number by CF number? Thanks.

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi,

<b>As a starting point, you could use Function Modules -

BBP_PD_PO_GETDETAIL and BBP_PD_CONF_GETDETAIL.</b>

All data are stored in tables displayed in transaction <b>bbp_pd</b>.

You can query the tables BBP_PDHGP and BBP_PDIGP to get teh refernce doc no for PO and then use FM BBP_PD_CONF_GETDETAIL to get the details fo a particular confirmation.ALso you can search confirmations by "Reference Document", use BBP_PD_CONF_GETLIST, with parameter I_REF_DOC_NO, and then use BBP_PD_CONF_GETDETAIL for the found confirmations.

<b>Related links -></b>

Do let me know.

Regards

- Atul

Former Member
0 Kudos

Hi,

Use FM BBP_PD_CONF_GETDETAIL/BBP_PD_CONF_GETLIST to get all the details of your confirmation ID.

All docs (SC, PO, GR ,IV, CTR, RFQ, BID, AUC) are stored more or less in the same tables (see tcode <b>BBP_PD</b>).

BR,

Disha.

<b>Pls reward poinst for useful answers.</b>

ravindra_mantri2
Active Participant
0 Kudos

Hi Tony,

Try for BBP_CF_GET_FROM_ACC or BBP_CF_DISPLAY.

rgds,

Ravi

<b>Pl reward points for helpful answers</b>.