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

Bapi

Former Member
0 Likes
295

Hi all,

My requirement is

1.Create Copy of VK12

2. User wil enter condition type + Key combinations

3. Same output of vk12 should come.

4. Along with the list output , there should be UPLOAD and DOWNLOAD buttons on screen.

5. When Clicked on DOWNLOAD - that outpit list should get download to XLS or txt file.

6. User can change certain values in that file and Use UPLOAD button to upload the file using same transaction.

7. After this the list should come on the screen and the changed values should be updated to the related tables.

Now my question is..

1. To update the changes in the related tables Is there any BAPI or Function module present?

2 REPLIES 2
Read only

Former Member
0 Likes
272

why do u need a FM ...

u can directly copy th econtents

refresh table1.

table1[] = table2[]

regards,

lavanya

Read only

0 Likes
272

I didnt get u... can u be clear....