Skip to Content
0
Former Member
Feb 24, 2011 at 04:47 AM

hi experts

38 Views

i written bdc for mfbf for componet blackflush for raw material conformation . when iam running bdc in fore ground it is ok sucessfulyy material document generated but in fore ground input value is longer then the screen field .messages ocured .

but when iam running in back ground bdc its not generated any document

i captured the messags for the transcation in message table input value is longer then the screen field .

this message in line item quantity field .

for this i taken char field and lenth of same lenth of menge field .

and the value is assignd the that char field . and also condensed . but still problem is there

CONCATENATE 'COWB_COMP-ERFMG_R' '(0' G_COUNT ')'

INTO G_STRING.

G_STR_QUAN = WA_MIGO_309-F_MENGE .

CONDENSE G_STR_QUAN .

PERFORM BDC_FIELD USING G_STRING

G_STR_QUAN .

any solustion for this

Moderator message: please use more descriptive subject lines for your posts.

[Rules of engagement|http://wiki.sdn.sap.com/wiki/display/HOME/RulesofEngagement]

Edited by: Thomas Zloch on Feb 24, 2011 10:20 AM