‎2006 Dec 22 10:49 AM
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
‎2006 Dec 26 9:32 AM
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
‎2006 Dec 27 11:37 AM
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.
‎2006 Dec 27 12:02 PM
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.