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

Batch input

Former Member
0 Likes
518

Hi friends,

I want to fill the required fields via batch input? Data will come from excel file? Do I need to get the excel file's data into an internal table firstly?

All in all how can I do that?

Thanks.

3 REPLIES 3
Read only

Former Member
0 Likes
479

Hi,

Yes you will have to take the data into Internal Table through Excel.

Then you have to arrange it, use FM ALSM_EXCEL_TO_INTERNAL_TABLE.

Then after collectiong it record BDC and process it.

Reward if useful!

Read only

Former Member
0 Likes
479

yes you need to take the data into an internal table.

plz refer to this link.

reward points if found useful.

Read only

Former Member
0 Likes
479

What is recording bdc?

What will it do and how I will use it?

I am new at batch input. I do not know anything else than what it does do..I know just that it fills the fields with values but how?

Step by step please.

Thanks.