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

How to delete a data pre-fixed in a dynpro, from batch input

Former Member
0 Likes
484

Hi all, I'm trying to write a batch input function to make a return order.

I'm using BDCDATA, to fill fields in VA01 transaction.

When I try to fill it, some data in a field stops the batch input, and a message is displayed, because that data is not allowed...

The field that contents the value '010' (wich I want to delete) is: J_3ASZFH-J_3AKVGR7

I write PERFORM bdc_field USING 'J_3ASZFH-J_3AKVGR7' ''. but it didn't work...

Any idea?

If I go to the transaction, and fill all data, when I want to go to next screen it stops in this field and doesn't allow to follow up until the value '010' is deleted...

thanks a lot for your time!

MaEmilia

Hi all, I'm trying to write a batch input function to make a return order.

I'm using BDCDATA, to fill fields in VA01 transaction.

When I try to fill it, some data in a field stops the batch input, and a message is displayed, because that data is not allowed...

The field that contents the value '010' (wich I want to delete) is: J_3ASZFH-J_3AKVGR7

I write PERFORM bdc_field USING 'J_3ASZFH-J_3AKVGR7' ''. but it didn't work...

Any idea?

If I go to the transaction, and fill all data, when I want to go to next screen it stops in this field and doesn't allow to follow up until the value '010' is deleted...

thanks a lot for your time!

MaEmilia

1 REPLY 1
Read only

RaymondGiuseppi
Active Contributor
0 Likes
388

I'm not sure that the only OSS [Note 749858 - Missing Sales header field update|https://service.sap.com/sap/support/notes/749858] will help you. If this field is not changeable in the transaction there should be a reason.

Regards