2007 Feb 21 4:14 AM
Hi,
When i double click a line in my report. I shud call Transaction 'SE16', Skipping 2 screens.
Passing : 1. table name in the first screen AND
2. PO number in the second Screen.
How shud i go about it.
Thanks in advance.
Hi,
When i double click a line in my report. I shud call Transaction 'SE16', Skipping 2 screens.
Passing : 1. table name in the first screen AND
2. PO number in the second Screen.
How shud i go about it.
Thanks in advance.
2007 Feb 21 4:18 AM
i don;t think it is possible using call transaction to skip 2 screen.
betetr u do the recording of that transaction and paas the value as u do in the bdc.
2007 Feb 21 4:19 AM
Is there any other possibility other than BDC recording, to skip 2 screens.
2007 Feb 21 4:22 AM
Hi,
You can use SUBMIT program instead of using CALL TRANSACTION..
Ex..If you want to display PO header table..
you can use
SUBMIT /1BCDWB/DBEKKO..
Thanks,
Naren
2007 Feb 21 4:25 AM
hi
Here I am giving some code
first of all declare two varibles to hold the filed and its value
Data: F_NAM(10), V_FVAL(40).
while displaying the record in the list hold the value with hostspot and with hide keywords
then in the case statement to call the tcode write the logic
here is some example piece of code for that
GET CURSOR FIELD V_FNAM VALUE V_FVAL.
SET PARAMETER ID 'FILEDNAME' FIELD V_FVAL.
CALL TRANSACTION 'SE16' AND SKIP FRIST TWO SCREENS.
i thinks this piece of code would be helpful for u
if u find it useful mark the points
~~Guduri
2007 Feb 21 6:34 AM
Hi Sherly
Please try using FM: <b>RFC_READ_TABLE</b> to extract the entry from the database table and display accordingly. You can restrict the fields to be displayed too.
Hope this helps you.
Kind Regards
Eswar
| User | Count |
|---|---|
| 6 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |