Application Development 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: 

Pass multiple selection to CJI3 by ABAP programming

former_member443015
Participant
0 Kudos

Hello All,

I am now writing a ABAP dialog program (via SE80), In the program, user is allowed to select multiple WBS in the grid and then click a button to call SAP standard transaction CJI3. What I want to do is auto. fill in the multiple WBS into multiple selection of CJI3.

I have search some forum and the solutions are using parameter ID, but parameter ID can only handle single value.  May I ask how to pass multiple selection to CJI3 by ABAP programming?

Many Thanks for your advise.

Sunny

1 ACCEPTED SOLUTION

SandySingh
Active Contributor
0 Kudos

Hello

In your custom program call function ABAP4_CALL_TRANSACTION and pass the default values in USING_TAB

Regards

Sandy

2 REPLIES 2

SandySingh
Active Contributor
0 Kudos

Hello

In your custom program call function ABAP4_CALL_TRANSACTION and pass the default values in USING_TAB

Regards

Sandy

0 Kudos

Dear Sandy,

The function works and solved my question.

Many thanks for your help.

Sunny