‎2006 Apr 21 6:14 AM
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
‎2006 Apr 21 6:18 AM
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
‎2006 Apr 21 6:42 AM
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...
‎2006 Apr 21 6:42 AM
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.