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

Problem in modulepool with table control wizard

Former Member
0 Likes
388

hi,

I have design a screen for CO11N transaction when i enter some value in order column then i press SAVE button it should call CO11N transaction and run the bdc.

can any one provide a sample code for this.

regards

nani

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
364

Hi,

Please do the necessary recording in SHDB and get the same converted into a Zprog.

In the PAI modules of your Screen.....Trap the Function code for Save in AT-User Command event subroutine and paste the BDC Code under the Save Function Code.

You can refer to any Standard Txn for this...

2 REPLIES 2
Read only

Former Member
0 Likes
365

Hi,

Please do the necessary recording in SHDB and get the same converted into a Zprog.

In the PAI modules of your Screen.....Trap the Function code for Save in AT-User Command event subroutine and paste the BDC Code under the Save Function Code.

You can refer to any Standard Txn for this...

Read only

Former Member
0 Likes
364

Hi,

Do the recording of co11 transaction in SHDB ans save these steps.

In your program Set the function key 'SAVE' in the Gui-status for the screen.

In the PAI event .

case okcode.

when 'SAVE'.

  • recording steps

endcase.