‎2008 Mar 31 9:56 AM
Dear frens,
I have a suituation where in a Data exchange scenario (BDOCs)
In debug mode, the a particular field of a master table was getting filled correctly. But in normal execution mode, it is not filled.
In debug mode, i am not changing any values. I just start debugging and then do execute. (not even done 'F5-execute step' for one line)
Does any one have any thoughts on this.
Thanks
Satish
‎2008 Mar 31 9:58 AM
Hi,
move currency and quantity to character fields and give values for BDC
ex.
data menge(16) type c.
move itab-menge to menge.
Regards,
V.Balaji
Reward if Usefull...
‎2008 Mar 31 10:00 AM
‎2008 Mar 31 10:06 AM
Hi,
If u are Poplating Quantity or currency fields do the Following.
See this example.
data : ktmng(13) .
move : itab-ktmng to ktmng.
perform bdc_field using quantity " 'EKPO-KTMNG(01)'
ktmng . "' 10'.Regards,
Morris Bond.
Reward Points if Helpful.
‎2008 Mar 31 10:09 AM
‎2008 Mar 31 10:12 AM
can you send me the code and file
at jain.akash.er at gmail.com
‎2008 Mar 31 10:31 AM