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

syntax error in program SAPLIBIP

Former Member
0 Likes
933

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.

6 REPLIES 6
Read only

vinod_vemuru2
Active Contributor
0 Likes
861

Hi,

Check out the OSS notes 996484, 1039206 and 1049439.

Thanks,

Vinod

Read only

former_member194669
Active Contributor
0 Likes
861

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.

Read only

0 Likes
861

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

Read only

0 Likes
861

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

Read only

0 Likes
861

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.

Read only

0 Likes
861

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