Hello Experts
After SPS9 upgrade I am getting a runtime error for transaction PRCCD and PR05 for personnel which have credit card transaction associated with them .
The error is in the import statement in FM 'PTRM_UTIL_IMPORT_TC_CLUSTER'
line 40:
IMPORT letzt
ccbel
inbel
trans
FROM DATABASE pcl1(tc) ID ls_tc_key
ACCEPTING PADDING.
runtime error : IMPORT_WRONG_END_POS
Exception : CX_SY_IMPORT_MISMATCH_ERROR
Program : SAPLPTRM_WEB_CREDIT_CARD
i found two solutions possible
1. reactivating the infosets (note number 572572 .
2. Appending 'ACCEPTING TRUNCATION' to the import statement.
have anyone tried them ?
Has anyone faced this issue before ? If yes then please share the solution .
Regards
Ranjan Kumar Awasthi