2008 Jun 04 3:20 PM
All,
I am using function module CHANGEDOCUMENT_READ_RANGES after calling this fm i am getting the following message
FB: CHANGEDOCU_TABKEYLEN_GET RC: 2
Message no. CD121
Any Info?
a®
2008 Jun 04 3:47 PM
Hi,
You are getting this error from the FM CHANGEDOCU_TABKEYLEN_GET
which is internally called by another FM
CHANGEDOCU_FILLTABKEY254.
Put a break-point before this CHANGEDOCU_TABKEYLEN_GET and check the reason of error. Most likely, some wrong tablename is being passed to the FM to raise this exception of table key lenght error.
Cheers,
Vikram
All,
I am using function module CHANGEDOCUMENT_READ_RANGES after calling this fm i am getting the following message
FB: CHANGEDOCU_TABKEYLEN_GET RC: 2
Message no. CD121
Any Info?
a®
2008 Jun 04 3:29 PM
Hi.
Check note 521665. It's related to that message number.
Regards.
Valter Oliveira.
2008 Jun 04 3:36 PM
Put break point on the statement
CALL FUNCTION 'DDIF_NAMETAB_GET'
in the include LSCD8F01
the function module returns error
Table description not available for pv_tabname
pv_tabname can be found from debugging
Reward points please
2008 Jun 04 3:47 PM
Hi,
You are getting this error from the FM CHANGEDOCU_TABKEYLEN_GET
which is internally called by another FM
CHANGEDOCU_FILLTABKEY254.
Put a break-point before this CHANGEDOCU_TABKEYLEN_GET and check the reason of error. Most likely, some wrong tablename is being passed to the FM to raise this exception of table key lenght error.
Cheers,
Vikram
2008 Jun 04 3:53 PM
Thankyou all,
I find some invalid table names are in CDPOS table TABNAME field
a®
| User | Count |
|---|---|
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |