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

Module Pool Program(SAP-ABAP)

Former Member
0 Likes
534

Hi Experts,

Actually I have to enter a mail id against P0105-USRID field which is more 30 char(Transaction -PA30 Infotype -105, Subtype - 0005). but it has been checked that in table it is only 30 char length.Could u pls send me the the solution for it ??? Secondly how to debug a module pool prog. ?

Thx in Adv.

Bapi bobby

3 REPLIES 3
Read only

sourabhshah
Product and Topic Expert
Product and Topic Expert
0 Likes
498

hi,

In table P0105 there is another field called USRID_LONG (CHAR 241) which hold Internet mail (SMTP) address .The USRID holds Communication ID/Number.

You can debug a module pool just like any other program using the ABAP debugger

Regards,

Sourabh

Read only

Former Member
0 Likes
498

hi bobby,

In the table P0105 there is another field called USRID_LONG (CHAR 241) which can hold Internet mail (SMTP) address .u can use this one.

and for debugging u have to put break point in ur executable proggram.

when u execute ur transaction ,it will debug.

u have to specify break point at a particular statement for example put break point at select statement and try.

Read only

Former Member
0 Likes
498

hi,

its sudha again.u can debug transaction in two ways,

i already specified one way.

u can give /h in command field after executing ur transaction.