‎2006 Jul 07 9:58 AM
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
‎2006 Jul 07 11:15 AM
‎2006 Jul 07 11:18 AM
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