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