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

Logical difference between ok_code '=ENTE' and '/00' in bdc program ?

rejish_balakrishnan
Contributor
0 Likes
1,922

Could somebody tell me the logical difference between ok_code '=ENTE' and '/00' in bdc program ?

While doing bdc call transaction i could realise that there is a diiference in which both performs different action on user screen .

More eagerly .. what about usual SPACE as ok_code .Even that has same functionlity as enter right ?

1 ACCEPTED SOLUTION
Read only

ThomasZloch
Active Contributor
0 Likes
1,013

It all depends on the GUI status and the handling of the OK codes inside the transaction that is processed via BDC. Pressing enter will invoke different processing, depending on the context.

Thomas

2 REPLIES 2
Read only

ThomasZloch
Active Contributor
0 Likes
1,014

It all depends on the GUI status and the handling of the OK codes inside the transaction that is processed via BDC. Pressing enter will invoke different processing, depending on the context.

Thomas

Read only

0 Likes
1,013

Hi,

But i think that SAP is following some sort of rules in assigning ok-codes.My guess was that using =ENTE might always performs some processing but /00 might be used just for continuing the process ?

Was it a close guess or is there anything other than this ?