Symptom
Error "Interval XX does not exist for object TRBORDRO ABCD" raised while posting with App "Bill of Exchange Transactions" (App ID: FTR03)
Environment
SAP S/4HANA Cloud Public Edition
Cause
It is a standard behavior.
Resolution
It is a SAP standard behavior that OBJECT 'TRBORDRO' will be used if the company code is from India since the FUNCTION: TURKEY_BOE_BORDRO_00001130 will be called, and if the country is India the below coding logic will be called:
CALL FUNCTION 'NUMBER_GET_NEXT'
EXPORTING
NR_RANGE_NR = '01'
OBJECT = 'TRBORDRO'
QUANTITY = '1'
SUBOBJECT = t_bkpf-bukrs
TOYEAR = t_bkpf-gjahr
and so that the Object TRBORDRO will be used.
Keywords
TRBORDRO, interval does not exists, interval does not exists for object, bill of exchange transactions, , KBA , FI-AR-AR-2CL , Basic Functions (Public Cloud) , FI-GL-GL-A-2CL , Posting/Clearing (Public Cloud) , Problem