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

BDC CALL TRANSACTION QUESTION

0 Likes
709

Hello Guys,

Need your help on the BDC recording  on transaction LT04 .

when transaction LT04 is executed system brings in values for rl03t-anfme and ltap-altme.

I want to keep those values as it is without touching it. How do I do this?

As you can see below field name  and field value. What do I populate in field value?

                                                      field name  field value

for example  perform bdc_field using 'rl03t-anfme'

                   perform bdc_field using 'ltap-altme'

Thanks,

jmt.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
657

Hi,

To do this, do not populate this fields in your bdc.

Martin

Hello Guys,

Need your help on the BDC recording  on transaction LT04 .

when transaction LT04 is executed system brings in values for rl03t-anfme and ltap-altme.

I want to keep those values as it is without touching it. How do I do this?

As you can see below field name  and field value. What do I populate in field value?

                                                      field name  field value

for example  perform bdc_field using 'rl03t-anfme'

                   perform bdc_field using 'ltap-altme'

Thanks,

jmt.

1 REPLY 1
Read only

Former Member
0 Likes
658

Hi,

To do this, do not populate this fields in your bdc.

Martin