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

/h -> debugging to make system modifiable for tcode OB40

Former Member
0 Likes
861

Dear friends ,

We need to update posting keys in the tcode OB40 , but the client is closed. When we type /h to turn ON the debugging we go into debug mode menu Breakpoint > Breakpoint at > Statement > MESSAGE

After press F8 a popup appear and this do not allow us to change the variable to open the system.

Does anyone knows the way to open the system via /h for OB40 ?

best regards,

Ale

1 ACCEPTED SOLUTION
Read only

Sandeep_Panghal
Product and Topic Expert
Product and Topic Expert
0 Likes
767

Why you want to do it in this fashion?

If the customer really wants to update the posting keys then you may ask to "ope" the systems rather than manipulating the system variables.

Dear friends ,

We need to update posting keys in the tcode OB40 , but the client is closed. When we type /h to turn ON the debugging we go into debug mode menu Breakpoint > Breakpoint at > Statement > MESSAGE

After press F8 a popup appear and this do not allow us to change the variable to open the system.

Does anyone knows the way to open the system via /h for OB40 ?

best regards,

Ale

4 REPLIES 4
Read only

Sandeep_Panghal
Product and Topic Expert
Product and Topic Expert
0 Likes
768

Why you want to do it in this fashion?

If the customer really wants to update the posting keys then you may ask to "ope" the systems rather than manipulating the system variables.

Read only

0 Likes
767

Thanks for your reply dear Sandeep.

Well this part of company policy that they only open the client once a month in the weekend, so only in the end of month they will open. We have created 4 change requests and transported to the PRD system but the table T030B has no value for posting strings for certain kind of operations. Our basis team suggest to do this via abap once they cannot open right now the client.

Well we´ll continue to find a better solution.

Thanks.

Alessandro

Read only

0 Likes
767

Well, it goes without saying that it's a funny change management policy, not to mention the fact that the Basis team recommends a hack to get around it. At that point I would go wake up the Basis Lead and thump him/her on the head with my coffee mug.

I'm not sure why you can't transport the values, but there are acouple of other options: if you have debug-replace authority, you can force the values in the table OR you can use LSMW to update the tables directly with some simple code in a dummy LSMW. Not that I'm recommending it as a standard approach but it works well...

Read only

Former Member
0 Likes
767

Thanks after a long discussion the security team opened the client.