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

regarding the bdc

Former Member
0 Likes
784

hi,

while iam recording a transaction,iam getting an information message and after pressing 'enter' it is continuing and iam out of the recording.

but iam unable to get the okcode for that 'enter' and my bdc is stopping at that point.

please help me in resolving that issue.

thanks in advance

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
761

The enter that you press when you get a warning or an information will not be recorded. Which transaction are you recording ?

Regards,

Ravi

The enter that you press when you get a warning or an information will not be recorded. Which transaction are you recording ?

Regards,

Ravi

6 REPLIES 6
Read only

Former Member
0 Likes
762

The enter that you press when you get a warning or an information will not be recorded. Which transaction are you recording ?

Regards,

Ravi

Read only

Former Member
0 Likes
761

hi,

add /00 ok code for that enter.. at that point in your code... normally program stops when some warning messages occurs in the transaction and have to hit enter button.. just add this it will slove ur problem

Thanks

Mahesh

Read only

Former Member
0 Likes
761

add ok code manually.

screen no 01000

program name

ok_coke /00

Read only

Former Member
0 Likes
761

Hi,

when we are getting information in the bdc and the bdc is running by pressing 'enter' then you have to use 'E' mode for the bdc so that you will get the required output.

try this, i think this will solve the issue.

reward me the points if you find this answer is useful.

Read only

Former Member
0 Likes
761

Hi

experts i have written a bdc program(va02) .in that progarm the first screen is displayed then the second screen but on third screen the values r not coming i have debuged the program the values r coming in itab but when i run va02 transaction the values r not cming

.should i do the recording once more?

Read only

Former Member
0 Likes
761

For information and warning messages ... you have to press ENTER and bdc_okcode for enter is <b>/00</b> ( slash zero zero ).

add this code in ur bdc_tab and try.

Regards

Prax