2010 Jul 28 9:37 AM
Hi
Am getting below error in function pool program u201CSAPLIBIPu201D
u201CIBIP_NOTI_CREATE" and "INT_TAB" are not mutually convertible. In Unicode programs, IBIP_NOTI_CREATE" must have the same structure layout as INT_TAB, independent of the length of a Unicode character.u201D
Function module u201CF4_FILENAMEu201D present in this group. Wherever we had called this FM, we are getting error.
Please help me to solve this error. Which SAP note I should implement to solve this Error?
Regards
Prajwala K.
2010 Jul 28 9:46 AM
Hi,
Check out the OSS notes 996484, 1039206 and 1049439.
Thanks,
Vinod
2010 Jul 28 9:49 AM
Fm WS_FILENAME_GET which is obsolete calls inside F4_FILENAME, my suggestion will be use class cl_gui_frontend_services and try to use FILE_OPEN_DIALOG method.
a®
2010 Jul 28 10:08 AM
Hi
FM F4_FILENAME is used in many programs. So itu2019s better to solve the error in function group right?
I have already implemented Note 1049439. Still am getting same error.
Rg.
Prajwala
2010 Jul 28 10:16 AM
The note 1049439 is what implemented in my system at the particular point where you specified that the error was occurring. Are you getting the same error or a different one? I also find the notes 907916 and 552990 implemented in the same include. Check if those could be of any help
Vikranth
2010 Jul 28 10:26 AM
Hi Vikranth
Am getting error in include program u201CLIBIPFNOTIFu201D. Please see the below code.
1.) Create Header for notification ******************
*
IBIP_NOTI_CREATE = INT_TAB. "1049439
MOVE-CORRESPONDING ibip_noti_create TO viqmel.
2010 Jul 28 10:43 AM
Hello Prajwal,
Do you find any APPEND structure in the structure IBIP_NOTI_CREATE which have fields other than that of character? If so those have to be changed. Thats what is mentioned in the note 1049439. Also make sure you implement the corrections of the note 996484.
Vikranth