2006 Mar 13 8:30 AM
I am using the IDoc message type <b>CLFMAS</b>, basic type <b>CLFMAS01</b> and I set my source multi structures as follows:
<b>ZCLASS_HDR</b>
HDR C(005) Header Id :<HDR>
MAFID C(001) Assignment category: 'O'
OBJEK C(050) Vendor number:'5000101'
CLASS C(018) Class no. :'BEE-VENDORS'
KLART C(003) Class type :'010'
DATUV C(008) Date :sy-datum
OBJECT_TABLE C(030) : 'LFA1'
<b>ZCLASS_DTE</b>
DTE C(005):<DTE>
ATNAM C(030):'BEE_Senior_management'
ATFLV C(016):'10'
ATWRT C(030):'10'
where the bold represent the header structures and the values after the colon.
When I process the IDoc I get the following error:
<b>Object 5000102 (LFA1 ) not found</b>, the vendor number 5000102 is in table LFA1. Can anyone please tell me what I am doing wrong here?
Rgds
George
2006 Mar 13 12:09 PM
Hi George!
Try with leading zeros: ZCLASS_HDR-OBJEK = '0005000101'. (In total 10 chars). You can use FM CONVERSION_EXIT_ALPHA_INPUT to do the conversion.
Regards,
Christian
2006 Mar 13 12:09 PM
Hi George!
Try with leading zeros: ZCLASS_HDR-OBJEK = '0005000101'. (In total 10 chars). You can use FM CONVERSION_EXIT_ALPHA_INPUT to do the conversion.
Regards,
Christian
2006 Mar 13 1:09 PM
2006 Mar 13 1:59 PM
SDN way of saying thank you to Christian is to award him full points. You can do that by selecting the 'Problem Solved' radio-button next to his response.
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |