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

Call transaction in a BDC program...

Former Member
0 Likes
330

Hi,

I can see in one of the BDC program, the call transaction command is used. This BDC program updates the Vendor master table.

CALL TRANSACTION BLF00-TCODE USING FT

MODE ANZ_MODE

UPDATE UPDATE.

Now, I am trying to know what transaction code it is using in above call transaction to update vendor master.

Regards,

Rajesh.

Hi,

I can see in one of the BDC program, the call transaction command is used. This BDC program updates the Vendor master table.

CALL TRANSACTION BLF00-TCODE USING FT

MODE ANZ_MODE

UPDATE UPDATE.

Now, I am trying to know what transaction code it is using in above call transaction to update vendor master.

Regards,

Rajesh.

1 REPLY 1
Read only

RichHeilman
Developer Advocate
Developer Advocate
0 Likes
287

Put a break point on that statement in that program and run your program using MODE 'A', step thru the screens, when you get to that statement in debug mode, simply click on the BLF00-TCODE and see the value.

Regards,

Rich Heilman