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 'SYSTEM' ID 'COMMAND' cannot be used

Former Member
0 Likes
886

Hello,

We were just told that with the latest kernal we are going to apply, we can no longer use the following command:

CALL 'SYSTEM' ID 'COMMAND' FIELD CMD(250)

We are thinking of using this function to replace it:

CALL FUNCTION 'SXPG_CALL_SYSTEM'

Does anyone have any other suggestions on other options we might have?

Thanks!

2 REPLIES 2
Read only

Former Member
0 Likes
573

I forgot to add, pls see OSS note #677435 for reference.

Thanks!

Read only

nablan_umar
Product and Topic Expert
Product and Topic Expert
0 Likes
573

Bill,

We are using function module SXPG_CALL_SYSTEM in our 4.7 system and it works fine.