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

Multiple selection -pass Internal table value

Former Member
0 Likes
452

Hi,

I've to pass a set of values [from internal table] in the Transaction 'S_PH9_46000431'for field 'Attendee'.This can be achieved by passing set of values to the 'Multiple selection'.I m using 'Call Transaction'.

The output should contain list of all the values of internal table . Only the output should be viewed , not the initial selection screen of 'S_PH9_46000431'.

I appreciate ur time.

Regards

Tina

2 REPLIES 2
Read only

Former Member
0 Likes
408

USe instruction call transaction 'xxxx' and skip first screen

Read only

Former Member
0 Likes
408

YOu can do a partial bdc for that transaction and call that transaction in error mode.

call transaction 'S_PH9_46000431' using bdcdata mode 'E'

update 'S'

Regards,

ravi