cancel
Showing results for 
Search instead for 
Did you mean: 

material master creation

Former Member
0 Kudos

whenever i am trying to create a material master, it is throwing me this error

You are not authoirsed to transaction code tpda_start

Transaction from "DEBUG" mode (after timeout) reset

Message no. 14056

can anyone tell me why it is happening?

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

contact "BASIS" consutant because it is authorization problem.

Answers (1)

Answers (1)

JL23
Active Contributor
0 Kudos

looks like there is a breakpoint active in the source.

Which means that SAP opens the debugger when program reaches the breakpoint statement.

But as you dont have authorization for debugging, it closes the debugger with the message you get.

Find an ABAPer who can help you, or even better the ABAPer who has left the breakpoint in an production program.

Let the ABAPer execute what you did, then they can see the place that causes the trouble, and can fix it.