cancel
Showing results for 
Search instead for 
Did you mean: 

RE:Error related to Mapping and/or Database?

Former Member
0 Kudos

Hi guys,

I am processing a TLOG(transaction) from XI to BW. it is processing successfully(which i have seen in SXMB_MONI).For some TLOG's i am getting error like "Maintain entries in ZPOS_ITEMTXNTYPE for 0002/ZTGS//0000" in the response message id.

<?xml version="1.0" encoding="UTF-8" ?>

- <ns1:BAPIRET2Table xmlns:ns1="http://bell.ca/fi/metadata/pi/7.0/r3_fi">

- <BAPIRET2Record>

<Type>E</Type>

<Id>ZPIPE</Id>

<Number>016</Number>

<Message>Maintain entries in ZPOS_ITEMTXNTYPE for 0002/ZTGS//0000</Message>

<LogID />

<LogMessageID>000000</LogMessageID>

<MessageVariable1>0002</MessageVariable1>

<MessageVariable2>ZTGS</MessageVariable2>

<MessageVariable3 />

<MessageVariable4>0000</MessageVariable4>

<Parameter />

<Row>0</Row>

<Field />

<System />

</BAPIRET2Record>

</ns1:BAPIRET2Table>

Can someone please tell me weather this error is related to XI Mapping or it is related to data in the table( i mean wrong data entered into the table like......) or it is related to BI or something else.

please provide your valuable suggestions

Thanks in advance,

Amarnath

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Amarnath,

It seems like the values you are sending to the BAPI are not returning any values. So please check whether there is any response values for the corresponding inputs you are sending. It may be related to mapping also like when you send any number to BAPI say if the length is 10 and you are sending as 123 then it will not return any values because it expects 0000000123. So please check that.

Best thing would be test the bapi in SE37 with one values and when it returns the output use the same values you are testing.

Regards,

---Satish

Former Member
0 Kudos

Hi Sathish,

Thanks a lot, i got some idea now. it helped me a lot.

Regards,

Amarnath Reddy