Skip to Content
0
Former Member
Nov 18, 2008 at 12:57 PM

Difference bet 4.6C and ECC 6.0

23 Views

Dear all,

pls give the diffr for the below.

In 4.6C, i have the code below.

CALL FUNCTION 'POPUP_GET_VALUES'

EXPORTING

popup_title = 'Wertebereich einschränken'

IMPORTING

returncode = l_returncode.

but in ECC 6.0, code is replaced as below.

CALL FUNCTION 'POPUP_GET_VALUES'

EXPORTING

popup_title = 'Wertebereich einschränken'(047)

IMPORTING

returncode = l_returncode.

what is that (047) refers. if i don't include that (047) what will be the difference.

Thanks in advance.

Regards,

Venkat