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

Hide bdc okcode popup screen in tthe processing

Former Member
0 Likes
2,017

HI all,

I am calling the bdc call transaction from report.At that time bdc okcode come along with popup screen.How i have to hide popup screen.but the bdcokcode fiel;d should be passed to commnad field.Then only the next screen will be coming.

My requirement is all screen mode,because after running the report ,depends on the selected entry i am going to show the some sap inherent screen to user.its working fine.but i dont need the popup screen,the bdc ok code available in popup screen as well as command field .I need only in command field only.i have seen command field technical properties.But it shows no tables and data elements.

thanx,

raja

3 REPLIES 3
Read only

Former Member
831

hi Raja,

In mode 'A' all screen you cant supress the popup for okcode. This is not possible.

You will need to run with mode 'E' display on error or 'N' no display option.

Regards

Vj

Read only

Former Member
0 Likes
831

Hi !

The OK-Code PopUp is a function of the SAP-Gui.

Go to the Gui-Options -> Expert ->

unmark the "Dialog for OK-Code" Box.

Regards

Rainer

Some forum points would be fine if that helped you...

Read only

Former Member
0 Likes
831

Hi Raja,

This should help you

CALL TRANSACTION <tcode>

USING <bdc_data_table>

MODE <A/E/N>

UPDATE <S/A/L>

MESSAGES INTO <message_table>.

  • MODE -> mode of transaction

  • A - interactive

  • E - Screen only on Error

  • N - Background

  • UPDATE -> udate for transaction

  • S - Synchronous

  • A - Asynchronous

  • L - Local

Regards,

Reema.