Application Development 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: 

Difference in behaviour

Former Member
0 Kudos

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

6 REPLIES 6

Former Member
0 Kudos

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...

0 Kudos

the fields are not currency and quantity type.

Former Member
0 Kudos

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.

Former Member
0 Kudos

The fields are NOT currency and quantity type.

Former Member
0 Kudos

can you send me the code and file

at jain.akash.er at gmail.com

Former Member
0 Kudos

There is no code, it is just a Business Partner Data exchange