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

Not able to access T code /BOBF/CUST_UI

Former Member
0 Likes
1,173

Hi Experts,

Apologies for asking such a silly question at the forum, but did not find any other option to understand, hence posting my query.

When tried to execute T code, "/BOBF/CUST_UI, getting message stating that "Function is not possible", where as if I try executing this using SE93 it works.

Request your help in understanding how to execute this t code, are there any roles required or there is a different way in which we execute this t code.

Thanks in advance.

Mounesh

1 ACCEPTED SOLUTION
Read only

former_member190794
Active Participant
0 Likes
931

Hello Mounesh,

you have to add "/n" in front of the transaction as it starts with a namespace. Just type in "/n/BOBF/CUST_UI" and it should work out of the box. You could also try transaction "BOPF_EWB" or "BOB" - both are leading to the same tool but they are not available in the early releases.

Best regards

Tilmann

Hi Experts,

Apologies for asking such a silly question at the forum, but did not find any other option to understand, hence posting my query.

When tried to execute T code, "/BOBF/CUST_UI, getting message stating that "Function is not possible", where as if I try executing this using SE93 it works.

Request your help in understanding how to execute this t code, are there any roles required or there is a different way in which we execute this t code.

Thanks in advance.

Mounesh

1 REPLY 1
Read only

former_member190794
Active Participant
0 Likes
932

Hello Mounesh,

you have to add "/n" in front of the transaction as it starts with a namespace. Just type in "/n/BOBF/CUST_UI" and it should work out of the box. You could also try transaction "BOPF_EWB" or "BOB" - both are leading to the same tool but they are not available in the early releases.

Best regards

Tilmann