Skip to Content
0
Former Member
Aug 20, 2008 at 11:19 AM

calltransaction problem in BSP (po13)

148 Views

hi every one,

i am doing one BSP application, in that i am using call transaction method to upload data to the TCODE: PO13,

my problem is all the call transaction steps are working fine after that i am calling that call transaction with like this

call transaction 'PO13' using i_bdcdata options from wa_options

messages into i_messtab.

but when debugger comes to this step it giving me error.

this is the dump i am getting:

CNTL_SYSTEM_ERROR

The ABAP call stack was:

Method: CONSTRUCTOR of program CL_GUI_SPLITTER_CONTAINER=====CP

Method: CREATE_SPLITTER_CONTROL of program CL_HR_OBJECTMANAGER===========CP

Method: INIT of program CL_HR_OBJECTMANAGER===========CP

Method: CREATE of program CL_HR_OBJECTMANAGER===========CP

Form: CREATE_OBJECTMANAGER of program SAPMH5A0

Form: INIT_DYNPRO_5000 of program SAPMH5A0

Module: INIT_DYNPRO_5000 of program SAPMH5A0

and more over it is working fine if i use session method when process session from SM35.

can any body help me to out this .

thanks in advance.