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

function module upload data into pos transactions

0 Likes
446

Hello ,

can any one tell me the function module to upload data into pos transactions from balance tab

LOOP AT lt_balance_tab ASSIGNING <fs_balance_tab>.

     IF <fs_balance_tab>-icon_difference LT l_severity.

       <fs_balance_tab>-COUNT_TOTAL = <fs_balance_tab>-COUNT_SUM.

         l_severity = <fs_balance_tab>-icon_difference.

     ENDIF.


here is i want to upload to lt_balance_tab into pos workbench.

1 REPLY 1
Read only

ronaldo_aparecido
Contributor
0 Likes
413

Hi

Please see this link , i find in internet maybe could hepl you.

Data Upload with POS Data Management - SAP Documentation

thanks