2008 Sep 09 12:03 PM
Hi all,
When the user clicks on a document number it should use transaction FB03 to display the document details.
I have done the same for transaction FBL5N by using SUBMIT on program RFITEMAR.
But for FB03 the program SAPMF05L is of TYPE M, so i cannot use SUBMIT.
Is there any alternative program for FB03 ?
Regards,
Rajvansh
2008 Sep 09 12:07 PM
Hi,
SET PARAMETER ID '<param_id>' for the selection screen parameter....
and then
Use Call Transaction FB03 AND SKIP FIRST SCREEN.
This will help.
Regards,
Kunjal
Hi Ravi,
For this set the cursor on the document number and use CALL TRANSACTION in the event AT LINE SELECTION. this will work.
Regards,
Swapna.
2008 Sep 09 12:07 PM
Hi,
SET PARAMETER ID '<param_id>' for the selection screen parameter....
and then
Use Call Transaction FB03 AND SKIP FIRST SCREEN.
This will help.
Regards,
Kunjal
2008 Sep 09 12:09 PM
Hi Ravi,
For this set the cursor on the document number and use CALL TRANSACTION in the event AT LINE SELECTION. this will work.
Regards,
Swapna.
2008 Sep 09 12:14 PM
Hi,
For type M use CALL TRANSACTION (type M program) or SUBMIT (type 1 program).
Regards,
Bhaskar
2008 Sep 09 12:15 PM
use following statements
set parameter id 'BLN' field <document number>.
set parameter id 'BUK' field <company code>.
set parameter id 'GJR' field <fiscal year>.
call transaction 'FB03' and skip first screen.
| User | Count |
|---|---|
| 6 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |