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

Is there any BAPI calling only ABAP command SET UPDATE TASK LOCAL

Former Member
0 Likes
372

Hi abapers

we have a requirement to run SET UPDATE TASK LOCAL befor calling BAPI_ENTRYSHEET_CREATE command by JAVA through JCO.

is there any BAPI that contains SET UPDATE TASK LOCAL command or simillar functionality.

Thanks & Regards,

Ramesh

1 ACCEPTED SOLUTION
Read only

RichHeilman
Developer Advocate
Developer Advocate
0 Likes
292

You could write a wrapper RFC function module which calls your BAPI and also the SET UPDATE TASK LOCAL.

Regards,

Rich Heilman

1 REPLY 1
Read only

RichHeilman
Developer Advocate
Developer Advocate
0 Likes
293

You could write a wrapper RFC function module which calls your BAPI and also the SET UPDATE TASK LOCAL.

Regards,

Rich Heilman