cancel
Showing results for 
Search instead for 
Did you mean: 

SRM create SC from Excel File

Former Member
0 Kudos

Hello,

Recently in our SRM, i have to create SC(shopping cart) from Excel File and some data retrived from MDM.

For that i use the function :

CALL FUNCTION 'BBP_PD_SC_UPDATE'

I had some problem with checking partners but i follow this step ( i change SY-SUBRC to 0 ).

In the end, i see anything into my SC.

The second issue to undersand problem, i juste add one item into this SC before importing my item from excel file, i still not see my item into SC but when i push buuton "insert", i had my excel item and another item.

My problem is why i don't see my item when i just import it from excel file ?

I think is refresh problem, because my item still exist in memory.

Thanks for your help,

Taoufik

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Taoufik,

Could you give me more details?, I have some questions for you.

Are you using the standar process for upload the sc to SRM?

If is a customer process, Do you use a BBP_PD_SC_GETDETAIL FM before?

I'm waiting for your answers.

Regards.

Emanuel.

Former Member
0 Kudos

Hi Emanuel,

I don't use the standard prrocess because there is no button for uploading items from file. I add this button in web dynpro ( Enhancement  ).

For that, I just import header from BADI DOC CHANGE  (EXPORT/IMPOR header = is_header TO MEMORY ID).

In my enhancement, i complete the items, partners and orgaizations tables, then i use the header in my FM "BBP_PD_SC_UPDATE".

I don't use BBP_PD_SC_GETDETAIL FM before.

Thanks Emanuel,

Taoufik