Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Hi, Docking container issue in CJIC transaction when running in background mode

Former Member
0 Kudos
631

We are creating the settlement rules via CJIC transaction using BDC recording.

The currently existing recording is working fine. But based on the requirement, we have added additional screen recording by clicking "Further Selection Criteria" button in the initial screen and  passing the value to PAROB1 field(which is enabled in selection view KAEP_SCOVP). After making this change, call transaction is written an error "Error when creating DOCKING CONTROLS ( CREATE_ERROOR )" when running in background mode and settlements are failing. (when running in all screen mode in foreground , it is working fine).


Based on the error search, we have tried by updating the SAP GUI 740 also but didn't worked.


Find the screen shot attached for the screen we have added to the existing screens.

Can anybody please help on this issue.

Regards,

Venkat

2 REPLIES 2
Read only

RaymondGiuseppi
Active Contributor
0 Kudos
427

The  "Further Selection Criteria" uses frontend controls (Here a docking control left of screen) so CANNOT be executed in background, as there is no SAP GUI available (so upgrading SAPGUI won't have any impact)

NB: If the SAP program has no option to not use controls, forget this selection in BDC.

Did you

  • Execute some recording with SHDB simulating background mode, if yes, was the recording successful with such frontend control not fully supported by BDC ?
  • Look for available BAPI

Regards,

Raymond

Read only

0 Kudos
427

Thanks for the reply Raymond.

The current program is running from so long time,  and the initial recording is done long back by somebody.At that time , they didn't checked the option "Simulate in background" mode.

As per the requirement, we have added this "Further Selection Criteria" screen.

Same as this requirement we implemented for other program(which will run manually) is working fine.

i also checked for BAPI, but i could not find it for this CJIC.

Is there anyway to work using the existing code in background?

Please suggest if any thoughts.

Regards,

Venkat