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

illegal join condition

Former Member
0 Likes
1,206

Hi ,

I have created Infoset using two Table TIBAN and LFBK .

Now the common field between the two tables in BANKN.

The length of BANKN from LFBK table is 18 char and the length of BANKN from TIBAN is of 35 char.

Due to length mismatch I am unable to join.

Any input on the above issue will be of great help .

If anyone has worked on creating infoset in SAP R3 system then please provide some input.

Regards,

Anjali Singh

3 REPLIES 3
Read only

Former Member
0 Likes
800

Hi,

I'm no expert on infosets, but the format change between the 18 character bank account number in LFBK and the 35 character number in TIBAN is done by function module CONVERT_BANK_ACCOUNT_NUMBER.

I would also point out that the account number alone does not represent a unique relationship, the country and back key are also necessary.

Regards,

Nick

Read only

former_member302911
Active Participant
0 Likes
800

In Infoset unfortunately you can't connect two field with different lenght.

You need to manage data through a Routine.

Regards,

Angelo.

Read only

0 Likes
800

This message was moderated.