cancel
Showing results for 
Search instead for 
Did you mean: 

BOMBOS transfer (CG37) returns 'no data selected'

Former Member
0 Kudos

When executing the transaction CG37 to transfer the BOM, the message 'no data selected' is displayed. I verified the settings in SPRO for the environment parameters and removed all selection criteria for the worklist in SPRO.

Apparently the transaction CG37 reads on table ESTWL to create the worklist for the transfer. In my case, this table is empty. How is this table filled? When is it filled? What is the related customizing for this?

Could there be any other cause for this issue?

Thanks !

Accepted Solutions (0)

Answers (2)

Answers (2)

john_hermans
Explorer
0 Kudos

Hello Dries,

You may want to check environment parameter BOMBOS_WL_DIALOG.

Check the SPRO-documentation for Env.Parms and note 1043333.

Good luck.

John Hermans

Former Member
0 Kudos

All,

Thanks a lot for all the help - I have checked all possible settings and debugged. It appears that the function module is not called.

This issue is escalated to SAP and I will keep you posted about the result.

Thanks,

Dries

Former Member
0 Kudos

Hi all,

This issue was solved in the following way: in table TBE11, the entry CS was not flagged as active. Once this CS application was activated, it worked.

Thanks for the help!

KR,

Dries

Former Member
0 Kudos

Hi,

please check in transaction FIBF (Business Transaction Events) under "Settings" -> "P/S function modules" -> "... of an SAP appl." that there is an event CS000010 (Country: DE, Applic.: CS, FM: C1L0_BOMBOS_INTERFACE_CS000010).

This is the BOMBOS trigger which writes entries in your BOMBOS worklist on BOM changes.

Regards,

Andreas

Former Member
0 Kudos

Andreas,

Thanks for the clarification. I had already checked in this direction and verified again: The entry you mention (CS000010 DE CS C1L0_BOMBOS_INTERFACE_CS000010) is available in the table and matches yours.

Any other possible reasons why the triggering to write the entries in the table is not working?

Thanks,

Dries

Former Member
0 Kudos

Hi Dries,

you could debug it and see why the WL-entry is not created. To do so, set a breakpoint in FM C1L0_BOMBOS_INTERFACE_CS000010. The FM should be called as soon as you change a material BOM.

Take care,

Andreas

Former Member
0 Kudos

Hello Dries

I repeat Andreas comment " The FM should be called as soon as you change a material BOM.". So open the BOM and go to overview mode, save the BOM. You should be seeing that in the worklist.

Thanks

Jayakumar

Former Member
0 Kudos

Hi,

I have tried to debug by setting a breakpoint in the function module C1L0_BOMBOS_INTERFACE_CS000010. The problem is that when I open a BOM, change it and save, the code is not executed. Or at least the debugger does not stop on the breakpoint I have set.

What are the other dependencies to execute this function module when the BOM is saved? Is there any other setting in the system that could prevent the triggering from being executed?

Thanks for the kind help!

KR,

Dries

Former Member
0 Kudos

Hi Dries,

I am not aware of any other dependencies. As soon as you save in transaction CS01 or CS02 the FM should be called. I never experienced any issues with this event.

Best regards,

Andreas