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

Function Modules for absolete

Former Member
0 Likes
519

Hi guy's,

This is the function modules for absolete.

CALL FUNCTION 'WWW_USER_AUTH_MESSAGE'

CALL FUNCTION 'DATA_INPUT_CUSTOMIZE'

CALL FUNCTION 'FI_DOCUMENT_ARCH_READ_NEXT'

Please help me for this solution.

3 REPLIES 3
Read only

Former Member
0 Likes
477

Can you give some details, you need to change a previous function for these ones?

Read only

0 Likes
477

Hi ,

This is first Function module.

CALL FUNCTION 'WWW_USER_AUTH_MESSAGE'

EXPORTING

ERRORCODE = P_RCODE

EXCEPTIONS

ERRORS = 1

OTHERS = 2.

This is the second Function Module.

CALL FUNCTION 'DATA_INPUT_CUSTOMIZE' "DTIN: documentation!

EXPORTING "DTIN

I_XEXPERT = ' ' "DTIN: no expert mode

I_XRADIO = ' ' "DTIN: use checkboxes

I_XCHUSEDB = 'X' "DTIN: db use changable

I_XDSUSEDB = 'X' "DTIN: db use display

I_XCHAROBJ = ' ' "DTIN: arc obj unchangable

I_XDSAROBJ = 'X' "DTIN: arch obj display

I_XCHUSEAR = 'X' "DTIN: arch use changable

I_XDSUSEAR = 'X' "DTIN: arch use display

I_XCHEMUCNV = ' ' "DTIN: conv unchangable

I_XDSEMUCNV = 'X' "DTIN: conv display

I_READ_FOR_PRG = SY-CPROG.

Read only

0 Likes
477

Hi ,

This is first Function module.

CALL FUNCTION 'WWW_USER_AUTH_MESSAGE'

EXPORTING

ERRORCODE = P_RCODE

EXCEPTIONS

ERRORS = 1

OTHERS = 2.

This is the second Function Module.

CALL FUNCTION 'DATA_INPUT_CUSTOMIZE' "DTIN: documentation!

EXPORTING "DTIN

I_XEXPERT = ' ' "DTIN: no expert mode

I_XRADIO = ' ' "DTIN: use checkboxes

I_XCHUSEDB = 'X' "DTIN: db use changable

I_XDSUSEDB = 'X' "DTIN: db use display

I_XCHAROBJ = ' ' "DTIN: arc obj unchangable

I_XDSAROBJ = 'X' "DTIN: arch obj display

I_XCHUSEAR = 'X' "DTIN: arch use changable

I_XDSUSEAR = 'X' "DTIN: arch use display

I_XCHEMUCNV = ' ' "DTIN: conv unchangable

I_XDSEMUCNV = 'X' "DTIN: conv display

I_READ_FOR_PRG = SY-CPROG.