2015 Nov 17 4:52 AM
When I execute transaction se16n and enter the table name with following parameters
Settlement
period: 201510
Company
code: 9953
there are over 127000 entries..
Afterwards when I add into selection select just one of the selected entries, let’s say
(AUFNR)order 5675711, no entry is found.
I do not understand why, the field for order is a key field.
Can any one please suggest the problem?
Regards,
Santhosh G
2015 Nov 17 5:24 AM
Hi Gampa,
Try to give as *5675711 in your aufnr field!! and check
Cheers,
Kripa Rangachari.
2015 Nov 17 5:24 AM
Hi Gampa,
Try to give as *5675711 in your aufnr field!! and check
Cheers,
Kripa Rangachari.
2015 Nov 17 6:25 AM
Hello Kripa,
Thanks for your reply.
Got the solution.
I gave 5 spaces before 5675711 then it is working fine.
Regards,
Santhosh G
2015 Nov 17 5:36 AM
Hi,
please check several ways to find the reason.
Regards,
Klaus
2015 Nov 17 6:25 AM
Hello Klaus,
Thanks for your reply.
Got the solution.
I gave 5 spaces before 5675711 then it is working fine.
Regards,
Santhosh G
2015 Nov 17 7:31 AM
Is this a standard or customer table ?
Hint; Standard AUFNR has conversion exit ALPHA, so an external '5675711 ' is internally converted to a '000005675711' value and NEVER a ' 5675711', if this table was filled with a custom program without caring of conversion-exit or internal/external format, there is a bug in the program. Later any SELECT JOIN on this AUFNR with AUFK should fail...
Regards,
Raymond