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

Internal table to parameter in BDC

Former Member
0 Likes
493

hi,

I am using parameter to get file name using ws_fiename_get and i am uploading the content to internal table using ws_upload . after that i have to give option to users to select ranges from internal table so that he can select some ranges in the flat file to upload the database ........can any on help me how to give select-option from internal table .Is there any way to do this?Plz help

hi,

I am using parameter to get file name using ws_fiename_get and i am uploading the content to internal table using ws_upload . after that i have to give option to users to select ranges from internal table so that he can select some ranges in the flat file to upload the database ........can any on help me how to give select-option from internal table .Is there any way to do this?Plz help

3 REPLIES 3
Read only

Former Member
0 Likes
467

Hi,

You need to write the Module Pool Program for thisone, In the First screen give Do the Upload the Move that fields to the INternal table, then based on the Internal table call the second screen with the Range option to select the ranges, then do the rest

Regards

Sudheer

Read only

0 Likes
467

yes, i can understand but my point is how to give them ranges from internal table ...i.e once he click f4 it show rangesfrom internal table values

Read only

0 Likes
467

An easier way would be to present the user with an interactive (ALV) list from which he or she could select the records to be updated.

Rob