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

How To call J1iex code?

Former Member
0 Likes
1,004

if   Excise invoice part 1 post

        SET PARAMETER ID 'J2G' FIELD docno.
         SET PARAMETER ID 'GJR' FIELD MJAHR.
         CALL TRANSACTION 'J1IEX'  AND SKIP FIRST SCREEN..

if   Excise invoice part 2 post
SET PARAMETER ID 'J2G' FIELD docno.
         SET PARAMETER ID 'GJR' FIELD syear.
         CALL TRANSACTION 'J1IEX' AND SKIP FIRST SCREEN.

This code is Not Working Can Any one tell Me How To open J1iex using This Code...

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
964

Use BDC .

Record the transaction using SHDB inputting a doc no and fiscal year.

Use the program from the recording to call your transaction.

4 REPLIES 4
Read only

Former Member
0 Likes
965

Use BDC .

Record the transaction using SHDB inputting a doc no and fiscal year.

Use the program from the recording to call your transaction.

Read only

0 Likes
964

This message was moderated.

Read only

Former Member
0 Likes
964

go through this link will be helpful......

http://help.sap.com/abapdocu_70/en/ABAPCALL_TRANSACTION.htm

Read only

0 Likes
964

its ok but Direct passing thow parameter why don't working??