2008 Mar 03 11:03 AM
hi,
i m working on two dependent transactions in bdc(using call transaction method) on ie01 and ko01 transactions where in in the selction screen i used two radio buttons under one group for calling each transaction,but i m unable to call ko01 transaction when i click to ko01 radiobutton and press execute its going into ie01 transaction,can any one explain how we can write the code to call two transactions seperately and upload data seperatly for both under single radio button group in single pgm......
hi,
i m working on two dependent transactions in bdc(using call transaction method) on ie01 and ko01 transactions where in in the selction screen i used two radio buttons under one group for calling each transaction,but i m unable to call ko01 transaction when i click to ko01 radiobutton and press execute its going into ie01 transaction,can any one explain how we can write the code to call two transactions seperately and upload data seperatly for both under single radio button group in single pgm......
2008 Mar 03 12:21 PM
Hi Raj,
In selection screen define:
PARAMETERS: r1 RADIOBUTTON GROUP rad1 DEFAULT 'X', "Transaction KO01
r2 RADIOBUTTON GROUP rad1. "Transaction IE01
Main program body:
IF R1 IS NOT INITIAL.
Select data, prepare and call transaction KO01
ELSE.
Select data, prepare and call transaction IE01
ENDIF.
Reward points if helps
Roger
2008 Mar 03 6:28 PM
may be u may have kept both radio buttons initial
plz check the IF loop
and proceed
2008 Mar 19 7:19 AM
Hi Raj,
Can you please send me the BDC code which you have written for tcode ko01. I am getting the following problem in BDC code for uploading internal orders in KO01 tcode.
I want to enable a field in BDC program for ko01 tcode.
In this tcode, based on order type the business area field is enabling and disabling. If it is enabled then we have to enter business area bcaz its a mandatory field. Business area will be disabled if system generates a value into that field based on order type.
How can do it in BDC program of this disabling and enabling technique.
I want to enable the business area irrespective of order type and i will pass the value to it,bcaz in my flat file business area value is given for all order types.
Its an urgent issue.
Thanks in Advance.
Regards,
Swapna
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |