cancel
Showing results for 
Search instead for 
Did you mean: 

System functions in SAP ABAP

2233667
Explorer
0 Kudos

Hi,

what are the system functions such as 'HELP_PUT_FIELD' & 'DYNP_STATUS_GET' do in SAP ABAP? how to check the authorization for this ? as I am getting the error while executing the below statement.

1. call 'HELP_PUT_FIELD' id "DYNAME' field 'DYNAME

                                      id 'DYNPRO' field 'DYNPRO' ,

 

2. Call 'DYNP_GET_STATUS' id FUNCTION field 16

                                           id VALUE field hf.

    

Rgds,

Khadeer Basha

 

 

 

 

Accepted Solutions (0)

Answers (2)

Answers (2)

DominikTylczyn
Active Contributor

Hello @2233667 

As per SAP Help CALL, System Function Call 

This statement is for internal use only. It must not be used in application programs.

Why are you trying to call system functions? What are you trying to accomplish?

Best regards

Dominik Tylczynski

 

raymond_giuseppi
Active Contributor
0 Kudos

Why, in which context, do you execute those system-call,

  • Those are usually internally executed by standard SAP function
    (e.g. DYNP_VALUES_UPDATE and the like)
  • Which error code did you get
    (check the exception defined in the wrapper FM, e.g. INVALID_DYNPRONUMMER)