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

While Uploading the master data...

Former Member
0 Likes
354

Hi experts..i have an issue while uploading data...

In the transaction CA01 iam uploading data through recording..

in that when i upload the initial material its getting routed under an internally generated material group but when i upload the next material its again getting routed under the same group it has to be routed under different group.. i need to clear the screen field..while uploading......

i have used clear stmt but still its not clearing frm the screen field...can any one help me..

Regards,

Vamshi

2 REPLIES 2
Read only

Former Member
0 Likes
333

Hi,

Try to use set parameter id <parameter id> <space>.

Hope it helps.

Regards,

Siddhesh S.Tawate

Read only

0 Likes
333

Hi Vamshi.

I understand that you are clearing the field

BUT make sure you do not pass some data in your program for the screen field

Eg

PERFORM bdc_fields USING : SCREEN-FIELD '02'

PLease check and pass the appropriate vaue to SCREEN-FIELD at this point