Application Development 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: 

CALL TRANSACTION

vallamuthu_madheswaran2
Active Contributor
0 Kudos

Hi friends,

i am doing BDC for PA30 using call transaction method. the syntax is given below. now my problem is,

while i uploading data,the program is terminate and exit to SAP.

CALL TRANSACTION 'PA30' USING BDCDATA

MODE 'E'

UPDATE C_UPDATE

MESSAGES INTO I_BDCMSGCOLL .

The err is given below,

<i><b> QAS: SAP System message:

Internal TSKH error, session terminated</b></i>

Thanks & Regards,

Vallamuthu.M

2 REPLIES 2

Former Member
0 Kudos

Hi,

You might have problems in uploading in PA30. Try PA40 to upload data. You can use the recording method, since i had a similar problem and tried the above method it worked fine.

Regards

Gokul

vallamuthu_madheswaran2
Active Contributor
0 Kudos

This message was moderated.