cancel
Showing results for 
Search instead for 
Did you mean: 

Need help

Former Member
0 Kudos

Hi All, Can any one please provide answers for this.... 1. In R/3 system (sender) message went successfully, but not reached XI, Where will you check?

2. In XI showing successful but cannot see the message in Receiver?

3. Need to have the file name with Order number appended with time stamp, Ex: orders 10, 20, 30 so the file name should be 10 with timestamp appended….

4. A technical system or a business system got changed in the SLD, so, where will you make the changes in IR and ID to reflect these changes.

5.XML structure of sender and Receiver JDBC.

6.How do you prevent inserting duplicate records into a table?

7.If the single codes ‘’ not mentioned for the end separator ‘nl’ then what will be the result?

8.We have a xml to file scenario, File content conversion is used at the receiver end. So, out of 5 fields one field value is missing from source so how to handle at the receiver

9.In a IDoc to file scenario which is working fine, a field length is changed. So, do we need to reimport the whole IDoc?  What about the IDoc metadata?

10.IDX1 and IDX2 are used for? SE37?

11.XML structure for receiver JDBC?

12.worked on any synchronization?

13.about transportation, what are you using CMS or file transportation?

Thanks in advance Regards Kalyan

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Dear Kalyan

Good that you opened a discussion now, instead of a blog 🙂

1. In R/3 system (sender) message went successfully, but not reached XI, Where will you check?

Is it an idoc? Check in sm58. Else it will definitely hit the adapter engine and will be available in Sender CC.

2. In XI showing successful but cannot see the message in Receiver?

Check the Adapter engine logs in RWB, logs in the receiver system

3. Need to have the file name with Order number appended with time stamp, Ex: orders 10, 20, 30 so the file name should be 10 with timestamp appended….

Choose append filestamp in File adapter, also you would have to set file name dynamically.

4. A technical system or a business system got changed in the SLD, so, where will you make the changes in IR and ID to reflect these changes.

In ID, re import the business system, if business system changes.If technical system has changed just refresh the SLD Cache in ID.

5.XML structure of sender and Receiver JDBC.

Sender jdbc does not have specific structure, but Receiver jdbc has

http://help.sap.com/saphelp_nw04/helpdata/en/2e/96fd3f2d14e869e10000000a155106/content.htm

6.How do you prevent inserting duplicate records into a table?

Use primary key on the table.

7.If the single codes ‘’ not mentioned for the end separator ‘nl’ then what will be the result?

It will not work as expected.

8.We have a xml to file scenario, File content conversion is used at the receiver end. So, out of 5 fields one field value is missing from source so how to handle at the receiver

Depends on whether you use fixed field length or field separators.

9.In a IDoc to file scenario which is working fine, a field length is changed. So, do we need to reimport the whole IDoc?  What about the IDoc metadata?

Yes re import the idoc, and refresh the metadata using idx2

10.IDX1 and IDX2 are used for? SE37?

These are idoc configurations on XI side

11.XML structure for receiver JDBC?

Answered above.

12.worked on any synchronization?

Question unclear.

13.about transportation, what are you using CMS or file transportation?

Latest one is CTS+

Former Member
0 Kudos

Hi Monika,

Thanks for your Quick reply....

Regards

Kalyan

zameerf
Contributor
0 Kudos

Please do an extensive search in SDN and you could find answers/solutions from previous forums, blogs,wiki.

Also refer http://help.sap.com/saphelp_nw04/helpdata/en/0f/80243b4a66ae0ce10000000a11402f/content.htm

-Zameer