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

Bdc ...PIcking Existing Value

Former Member
0 Likes
462

Hi friends

Iam doing bdc in this suppose there are 4 fields

for ex. matnr, lgort, meins, menge, this all are coming from my input file.

IN normal transaction when i input matnr and press enter

it automatically displays lgort,meins and menge in corresponding field ..If one of the field in my file is empty

suppose lgort and meins and when i run my bdc it should pass space (as the field in file is empty) instead of that it automatically takes the value and stores it ...

instead of that values i need space to stored there as it is in input file.

**i Want to clear the existing value in that field and pass value of my file if the file field contains space iwant to save space there.

PLs Can any body give me the solution

Will be rewarded points.

regards

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
409

Hi,

check the SY-BINPT in the screen before populating them..

IF SY-BINPT = 'X'.. " means batch input..

ENDIF.

Thanks,

Naren

Hi friends

Iam doing bdc in this suppose there are 4 fields

for ex. matnr, lgort, meins, menge, this all are coming from my input file.

IN normal transaction when i input matnr and press enter

it automatically displays lgort,meins and menge in corresponding field ..If one of the field in my file is empty

suppose lgort and meins and when i run my bdc it should pass space (as the field in file is empty) instead of that it automatically takes the value and stores it ...

instead of that values i need space to stored there as it is in input file.

**i Want to clear the existing value in that field and pass value of my file if the file field contains space iwant to save space there.

PLs Can any body give me the solution

Will be rewarded points.

regards

1 REPLY 1
Read only

Former Member
0 Likes
410

Hi,

check the SY-BINPT in the screen before populating them..

IF SY-BINPT = 'X'.. " means batch input..

ENDIF.

Thanks,

Naren