cancel
Showing results for 
Search instead for 
Did you mean: 

SUS Program names and Debug

Former Member
0 Kudos

Hi,

How would know the SUS program names ( say Purchase order confirmation, ASN ) ?

How do I debug the SUS errors ?

Where can I find the SUS error code and error message ?

With regards,

Pranav

Accepted Solutions (1)

Accepted Solutions (1)

masa_139
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hello Pranav,

SUS is the BSP application.

For Debug:

Go to se80, BSP application, SRMSUS

Utilities > Setting > ABAP Editor, Debugging Tab, Specify the application logon user

For example, you are going to debug PO item level.

Go to SRMSUS > Controller > order > item_view.sub

click Controller Class: CL_SUS_C_ORDER_ITEM_VIEW

Go to method DO_REQUEST, Set the break point.

Error messages are in table T100.

Regards,

Masa

Answers (1)

Answers (1)

former_member191111
Participant
0 Kudos

Hi Pranav,

In SUS transaction SPROXY all the interfaces & classes are define for various sscenarios like PO Confirmation,

ASN etc . Put the external Break Point for the User for which is using in SUS(through web) .

Regards,

Sachin S M