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
370

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
290

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
291

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

Regards,

Rich Heilman