cancel
Showing results for 
Search instead for 
Did you mean: 

plz exp me

Former Member
0 Kudos

1.exp on board the general flow of data in your land scape?

2.how to you monitor an idoc from xi ?

3.file name is generated statically or dynamically?

4.what are the diff beetween keyfield name and value in file adapter?

5

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi inna,

1.exp on board the general flow of data in your land scape?..

for this u should explain data flow from your systems in ur project landscape.

key field name and key field value will be present in content conversion parameters.

IDX5 IS UED TO MONITOR idoc from xi.

file name is extracted dynamically

Edited by: so mu on Mar 21, 2008 5:11 PM

Edited by: so mu on Mar 21, 2008 5:13 PM

Former Member
0 Kudos

HI

1.exp on board the general flow of data in your land scape?

Message flow:

Source Message-> adapter engine->inbound queue-> Integration Engine->Outbound queue->Adapter engine-> Receiver.

http://help.sap.com/saphelp_nw2004s/helpdata/en/41/b714f85ffc11d5b3ea0050da403d6a/content.htm

/people/siva.maranani/blog/2005/05/25/understanding-message-flow-in-xi

2.how to you monitor an idoc from xi ?

A) In XI u can check the message in SXMB_MONI. it will show u inbound message as well as outbound message.

in order to check the IDOC u can go to IDX5 tcode. at the R3 end u can go to WE02 or WE05 tcode and check the IDOC control record

data record and status record.

3.file name is generated statically or dynamically?

Both are possible.

U can give the file name in file adapter so it will be static name but if u want to generate the file name with the input field name which is coming from the payload then u have to use the variable substitution method.

/people/jin.shin/blog/2007/04/27/sap-netweaver-xi-variable-substitution-with-adapter-specific-message-attributes-via-dynamicconfigurationbean

/people/sravya.talanki2/blog/2005/08/11/solution-to-the-problem-encountered-using-variable-substitution-with-xi-sp12

/people/sameer.shadab/blog/2005/09/23/an-interesting-usage-of-variable-substitution-in-xi

4.what are the diff beetween keyfield name and value in file adapter?

a)

refer the below link for more detail:

/people/venkat.donela/blog/2005/06/08/how-to-send-a-flat-file-with-various-field-lengths-and-variable-substructures-to-xi-30

Key Field Name

If you specified a variable number of substructures for Recordset Structure, in other words, at least one substructure has the value ‘*’, then the substructures must be identified by the parser from their content. A key field must be set with different constants for the substructures. In this case, you must specify a key field, and the field name must occur in all substructures.

NameA.keyFieldValue

Specify the value of the key field for the structure. This entry is mandatory if the key field name is set. Otherwise, the entry is ignored.

if ur file is having this format:

Header start with 01

Detail with start with 02

Trailer starts with 99

then key field values wil be 01,02 and 99.

thnx

chirag