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

Difference in behaviour

Former Member
0 Likes
594

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
Read only

Former Member
0 Likes
553

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

Read only

0 Likes
553

the fields are not currency and quantity type.

Read only

Former Member
0 Likes
553

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.

Read only

Former Member
0 Likes
553

The fields are NOT currency and quantity type.

Read only

Former Member
0 Likes
553

can you send me the code and file

at jain.akash.er at gmail.com

Read only

Former Member
0 Likes
553

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