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

BDC for CO02

Former Member
0 Likes
746

Hi All,

I want to create a BDC on T. Code : CO02...

When i insert a Order No. in it and enter here...we go to next screen..where we insert qty..

In that screen, in MENU BAR, Functions --> Deletion Flag --> Activate...

Here, I want to make a BDC...in above given path...

I already created BDC, but recording not showing complete code...next of MENU BAR.....till activate....

Tell, how can i create it...

Help Plz...

Hi All,

I want to create a BDC on T. Code : CO02...

When i insert a Order No. in it and enter here...we go to next screen..where we insert qty..

In that screen, in MENU BAR, Functions --> Deletion Flag --> Activate...

Here, I want to make a BDC...in above given path...

I already created BDC, but recording not showing complete code...next of MENU BAR.....till activate....

Tell, how can i create it...

Help Plz...

3 REPLIES 3
Read only

Former Member
0 Likes
688

hi,

check the function code for ACTIVATE (SY-UCOMM)

and directly pass that to OK_CODE in BDC...no need to go menu bar and the path..

Regards,

Vamshidhar.

Read only

Former Member
0 Likes
688

hi,

check the function code for ACTIVATE (SY-UCOMM)

and directly pass that to OK_CODE in BDC...no need to go menu bar and the path..

Regards,

Vamshidhar.

Read only

0 Likes
688

Hi,

As per ur comments, when i run the BDC for 1st Order, it start but stop after 1st order, after that when i click F3 button, it goes back and start for 2nd order....same process for next and ....till last order...

Plz comment..