2024 Sep 25 8:49 AM
Hi, experts.
How to enable to call S_ALR_87013047 with matnr more than 18 digits?
Now it's calling an programm 'GP2X60AJL2T7WL654EIQJIZNSOV300', and it generated by user.
How and where it;s generated, and is it possible to enable?
2024 Sep 25 9:32 AM - edited 2024 Sep 26 8:50 AM
When you look at transaction definition, you find it executes transaction START_REPORT with parameters RW and 7E2A
2024 Sep 26 8:32 AM
lately it calls
PERFORM FILL_KKBE(SAPFKKBE)
TABLES FTAB INT_KKBE
DATA: BEGIN OF FTAB OCCURS 20,
FIELD LIKE C-TMSB-FIELD,
MIN LIKE C-TMSB-MIN,
MAX LIKE C-TMSB-MAX,
END OF FTAB.
can't find where type of 'C-TMSB-MAX' and 'C-TMSB-MIN' is defined, but it's char24, is it possible to increase to char40?
2024 Sep 26 9:08 AM - edited 2024 Sep 26 10:00 AM
Internal table FTAB
In my S/4HANA its already 40 (as for KKBE-MATNR) what's your version, did you look for OSS notes (look for data element SETVALMIN/MAX 24->40 or KKB_MATNR 18->40)
Some notes contain text such as 'In a system with extended material number, that is the modified domains MATNR and SETVAL' seems there is a problem in your's.
2024 Sep 26 10:48 AM - edited 2024 Sep 26 11:01 AM
I found it deppends on RGSMH-MIN(SETVALMIN) and RGSMH-MAX(SETVALMAX) types
2024 Sep 26 1:51 PM - edited 2024 Sep 26 2:05 PM
I can't find any notes of changing an SETVALMIN/SETVALMAX.
And when i try to call a transaction
At once as 'AT SELECTION SCREEN OUTPUT' block is started the variable '$7E-MATN' initializes with char24, it cuts off few last characters of the material i have entered at screen.
The type of $7E-MATN' is KKB_MATNR(char40). And at GR53 there is no any mention of matnr.
2024 Sep 26 2:12 PM
Both data elements use the SETVAL domain, AFAIK this domain should have been converted to 40 when long item numbers were activated.
Consider raising an incident (a case nowadays)
2024 Sep 26 2:57 PM
2024 Sep 26 3:25 PM
So look at 831966 - Restrictions when Implementing the Long Material Number LMN
2024 Sep 27 6:59 AM - edited 2024 Sep 27 7:04 AM
I checked this note, and can't find any information about 'SETVALMIN/MAX' inside.
2024 Sep 30 4:58 PM
Did you 'Customer can also send OSS message to SAP.'