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

Batch input: help to delete a field

Former Member
0 Likes
936

Hi, I have a little problem with my program, My program have a field PLMKB-QMTB_WERKS, I need to clear this field but I can´t, I dont Know why I can´t to delete this field, If I put another value like '9999' the program take this value, but If I put ' ' or SPACE, it dont do it anything.

I appreciate your help.

Thanks

Hi, I have a little problem with my program, My program have a field PLMKB-QMTB_WERKS, I need to clear this field but I can´t, I dont Know why I can´t to delete this field, If I put another value like '9999' the program take this value, but If I put ' ' or SPACE, it dont do it anything.

I appreciate your help.

Thanks

2 REPLIES 2
Read only

Former Member
0 Likes
638

Hi,

Check if you are clearing the work area at the end of the loop. Once the record is processed from the work area , you should clear it before starting the processing of next transaction.

Regards,

Siddhesh

Read only

Former Member
0 Likes
638

Maybe it has a routine to prohibit null input.

Is a standard program?

Have you tried using '0000'?

Can you erase the field in the recording?