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 all the below Function Modules?

Former Member
0 Likes
387

Hi All,

What is the Purpose of all the below Function Modules?

CALL FUNCTION 'G_BUFFER_RESET'.

CALL FUNCTION 'G_SET_ENCRYPT_SETID'

CALL FUNCTION 'G_SET_GET_INFO'

Akshitha.

Hi All,

What is the Purpose of all the below Function Modules?

CALL FUNCTION 'G_BUFFER_RESET'.

CALL FUNCTION 'G_SET_ENCRYPT_SETID'

CALL FUNCTION 'G_SET_GET_INFO'

Akshitha.

1 REPLY 1
Read only

Former Member
0 Likes
362

Hi,,

G_Buffer_ReSET-->Deleting Buffer in Set Manager

G_SET_ENCRYPT_SETID-->Conversion of Combination of Characteristics in a Set ID

G_SET_GET_INFO-->Checks whether Set exists and Provides Information about Set

Reward IF useful