‎2008 Jun 12 11:25 AM
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?
‎2008 Jun 12 11:29 AM
why do u need a FM ...
u can directly copy th econtents
refresh table1.
table1[] = table2[]
regards,
lavanya
‎2008 Jun 12 11:39 AM