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

Purpose of Function Modules?

Former Member
0 Likes
350

Hi All,

What is the Purpose of all the below Function Modules?

CALL FUNCTION 'K_REPO_PCA_AUTHORITY_CHECK'

CALL FUNCTION 'K_PCA_RESP_AUTHORITY_CHECK'

CALL FUNCTION 'G_CURRENCY_FROM_CT_GET'

CALL FUNCTION 'GET_CURRENT_YEAR'

CALL FUNCTION 'BDC_OPEN_GROUP'

CALL FUNCTION 'BDC_INSERT'

CALL FUNCTION 'MESSAGE_TEXT_BUILD'

Akshitha.

1 REPLY 1
Read only

Former Member
0 Likes
301

Hi Akshita,

CALL FUNCTION 'K_REPO_PCA_AUTHORITY_CHECK'

---To check authorization for Company Code in Info syatem

CALL FUNCTION 'K_PCA_RESP_AUTHORITY_CHECK'

---To check authorization for cost center in Info syatem

CALL FUNCTION 'G_CURRENCY_FROM_CT_GET'

-


To determine the Currency from the Currency Type

CALL FUNCTION 'GET_CURRENT_YEAR'

---To get Current Year

CALL FUNCTION 'BDC_OPEN_GROUP'

CALL FUNCTION 'BDC_INSERT'

-


Using For BDC Program

CALL FUNCTION 'MESSAGE_TEXT_BUILD'

-


Used to setup a message with parameter

Reward Points

Regards,

Javeed