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: 

SYSTEM-CALL statement

Former Member
0 Kudos

Hi experts,

please help to give some detials about below statment:

system-call init-text <p_text> using <p_field> program <program_name>.

and i got one issue with above statement:

system-call init-text p_text using 'SCN_PROJN' program 'SAPDBPSJ'.

it seems that to get field description of 'SCN_PROJN' of logical database 'PSJ'. but after this statement p_text get value as 'CN_PROJN' instead of 'Project Definition'. this issue happens after system upgrade.

please give some suggestion about above issue.

thanks a billion.

Aumas.

1 REPLY 1

ThomasZloch
Active Contributor
0 Kudos

SYSTEM-CALL is for SAP internal use only and has been replaced by kernel methods (see ABAP documentation). You should not use this statement as a customer, and if there is a problem with SAP standard code, then check for OSS notes.

Thomas