cancel
Showing results for 
Search instead for 
Did you mean: 

Update Product information on CRM. [ECC + CRM]

danilo_cardoso
Participant
0 Kudos

Hi gurus!

We made the creation of some products in SAP ECC which were downloaded to SAP CRM through the Middleware. Success!

We've created an ABAP Program to do a mass update information in products that were downloaded but there are information that require a FRG_GUID and this is the problem. How do I create this FRAGMENT_GUID (FRG_GUID)?

Note: If I update this information manually in WebClient the FRG_GUID is generated automatically and the data is saved correctly in product. I tried to debug CRM to find how the CRM works but I did not discover anything.

Note2: This information that i want to update is in an Assignment Block 'Z'.

Any suggestion?

Thanks in advance.

Danilo

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Danilo,

Not sure if you have already found something to solve this.

Please try to see what FM (like CRM_ORDER_MAINTAIN) it is executing when you update information manually, then you might want to execute that in your ABAP program to simulate the same process and generate the FRG_GUID.

Pls let me know your thoughts.

Regards,

Mandeepak

danilo_cardoso
Participant
0 Kudos

Hi Mandeepak.

I solved the issue using BOL Programming in my ABAP Report.

Using BOL we don't need to worry about the FRG_GUID  because it is created automatically.

Thank you very much for your help!!!

Best Regards.

Danilo

Answers (0)