Wednesday, June 17th, 2009 at
7:12 am
ICM_HTTP_TIMEOUT error
There are two ways of changing this timeout:
check out note: 824554 and change it in the instance profile
TCODE SXMB_ADM -> Configure Integration server -> change specific identifiers
Set Runtime parameter: HTTP_TIMEOUT
Restart XI after the change
Mail this post
Technorati Tags: SAP, SAP XI
Wednesday, June 17th, 2009 at
7:08 am
How can I access SDL logs?
Use this link:
http://server:port/sld/admin/log.jsp
Mail this post
Technorati Tags: SAP, SAP XI
Wednesday, June 17th, 2009 at
2:48 am
What is the difference between Type and Like?
TYPE, you assign datatype directly to the data object while declaring.
LIKE,you assign the datatype of another object to the declaring data object. The datatype is referenced indirectly.
Type is a keyword used to refer to a data type whereas Like is a keyword used to copy the existing properties of already existing data object.
Mail this post
Technorati Tags: ABAP, SAP
Wednesday, June 17th, 2009 at
2:35 am
Define Meta data, Master data and Transaction data ?
Meta Data: Data that describes the structure of data or MetaObjects is called Metadata. In other words data about data is known as Meta Data. Master Data: Master data is data that remains unchanged over a long period of time. It contains information that is always needed in the same way. Characteristics can bear master data in BW. With master data you are dealing with attributes, texts or hierarchies. Transaction data: Data relating to the day-to-day transactions is the Transaction data.
Mail this post
Technorati Tags: ABAP, SAP