2006 Oct 10 6:04 AM
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
2006 Oct 10 6:09 AM
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
2006 Oct 10 6:09 AM
Hi,
check the SY-BINPT in the screen before populating them..
IF SY-BINPT = 'X'.. " means batch input..
ENDIF.
Thanks,
Naren
| User | Count |
|---|---|
| 6 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |