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

CALL TRANSACTION

vallamuthu_madheswaran2
Active Contributor
0 Likes
435

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

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

2 REPLIES 2
Read only

Former Member
0 Likes
386

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

Read only

vallamuthu_madheswaran2
Active Contributor
0 Likes
386

This message was moderated.