‎2008 Dec 25 4:19 PM
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
‎2008 Dec 25 7:00 PM
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...
‎2008 Dec 25 7:00 PM
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...
‎2008 Dec 26 3:52 AM
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.