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

Error in BI from VA01

Former Member
0 Likes
686

Good morning, I am trying to execute the transaction VA01 with a batch input but I have problems with the last screen (SAPMSSY0 0120), I want to put one value at the dynpro ZPSES013-TCPEDIDO but my program ignore this. Any idea? Thanks for you helps.

     ........
perform bdc_dynpro using 'SAPMSSY0' '0120'. perform bdc_field using 'bdc_okcode' '=PS 45'. perform bdc_field using 'ZPSES013-TCPEDIDO' p_tc. perform bdc_dynpro using 'SAPMSSY0' '0120'. perform bdc_field using 'bdc_okcode' '=SAVE'. perform bdc_transaction using 'VA01'.

Good morning, I am trying to execute the transaction VA01 with a batch input but I have problems with the last screen (SAPMSSY0 0120), I want to put one value at the dynpro ZPSES013-TCPEDIDO but my program ignore this. Any idea? Thanks for you helps.

     ........
perform bdc_dynpro using 'SAPMSSY0' '0120'. perform bdc_field using 'bdc_okcode' '=PS 45'. perform bdc_field using 'ZPSES013-TCPEDIDO' p_tc. perform bdc_dynpro using 'SAPMSSY0' '0120'. perform bdc_field using 'bdc_okcode' '=SAVE'. perform bdc_transaction using 'VA01'.
0 REPLIES 0