cancel
Showing results for 
Search instead for 
Did you mean: 

not able to generate bdocs in generic program

Former Member
0 Kudos

Hi Experts,

We made a generic program to change the status of leads(order) in SAP CRM 7.0 system.

It is working fine all leads status is changing but BDocs are not generated for that changes done by generic program.

Please guide us for solution to generate the BDocs .So that We can fetch data in deltaload in BW system.

Thanks & Regards,

Arpit.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Arpit,

Please look at these two points.

Are BDocs to BW generated when you change status of leads manually on Web UI/GUI? If yes then it should get generated from program as well.

In you custom program, have you done direct table updates or used functions/methods that directly update status. Then BDocs will not get generated.

Cheers,

Niraj

Former Member
0 Kudos

HI Experts,

Thanks for yours replies.I got the solutions and its working fine .

Now we are able to generate BDocs through generic program.

Thanks & Regards,

Arpit.

Former Member
0 Kudos

Great Arpit,

Can you tell what the problem was and how did you solve it?

It will be good for all of us.

Niraj

Former Member
0 Kudos

Hi,

We used two fuction modules:

CRM_ORDER_MAINTAIN

CRM_ORDER_SAVE

these function module are need when you want to save the changes (update)

Thanks & Regards,

Arpit.

8826662802

naval_bhatt4
Contributor
0 Kudos

Hi Arpit ,

Leads or order ?

Only Sales order and Quotations are replicated to ECC .

Regards,

Naval

Former Member
0 Kudos

Hi Naval,

Its order only. We are not using ECC ,here is only CRM standalone system.

Thanks & Regards,

Arpit.