2014 Mar 25 8:14 AM
Hi Experts,
In my requirement i am using job launcher program for my child program..
In my selection screen application server file path need to give and this should be more than 50 character length.
For this i am using the structure RSPARAMSL....But it goes to dump...
the message is 'Error when attempting to IMPORT object "%_SELTAB"..
Please help me, how to proceed further.
Regards,
Saran.'
2014 Mar 25 8:18 AM
Saran
Can you please attach the dump file and selection screen of child program highlighting field which is causing dump.
Nabheet
2014 Mar 25 8:18 AM
Saran
Can you please attach the dump file and selection screen of child program highlighting field which is causing dump.
Nabheet
2014 Mar 25 8:34 AM
Hi nabheet madan,
Thanks for your reply.Please find the Dump file and do needful help.
2014 Mar 25 8:48 AM
Do one thing you can call RS_REFRESH_FROM_SELECTOPTIONS and pass the child program name and it will return you the parameter table. You can then update the values of the field in parameter table and then use it to submit your report.
Nabheet
2014 Mar 25 9:18 AM
Hi Nabheet,
we have to give file path as >=50 Char length.is it possible to give like that by using the above function module mentioned by you.
2014 Mar 25 9:29 AM
Do you have SELECTION_TABLE_255 parameter in the function module. If yes then we can do it till 255 characters. Just press and F1 on submit and it clearly states the details
NAbehet
2014 Mar 25 10:01 AM
Hi Saran,
What you can do is call the function module RS_REFRESH_FROM_SELECTOPTIONS in your child program, keep a break point at that FM, execute only the child program. Once the FM logic is executed, see how the SELECTION_TABLE table is filled.
Make a note of that table entries, Now remove the function module logic in the child program.
Add the logic to populate the SELECTION_TABLE similarly how the FM populated in Job launcher program.
Thanks & Regards
Bala Krishna
2014 Mar 25 11:16 AM