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

Database parameter in an ABAP program

Former Member
0 Likes
385

Hi Everyone,

Can you tell me if we can set a DB parameter like the one below:

ALTER SESSION SET "_B_TREE_BITMAP_PLANS" = FALSE

in an ABAP program?

if yes then do let me know.

Regards,

Sugopa

Hi,

Looks like you cannot use this statement at ABAP Program level but at OS Level only

1 REPLY 1
Read only

Former Member
0 Likes
359

Hi,

Looks like you cannot use this statement at ABAP Program level but at OS Level only