standard sap modules

Upload: papireddy-patharlapati

Post on 02-Mar-2016

37 views

Category:

Documents


0 download

DESCRIPTION

Standard SAP Modules

TRANSCRIPT

Standard SAP ModulesSAP provides the following modules: Modules to configure an async/sync or a sync/async bridge for the JMS adapter.More information:Configuring Sync/Sync and Sync/Async Bridges in the JMS Adapter PayloadSwapBeanYou can swap the main payload of the XI message with another payload of the message that is an attachment.More information:Adding PayloadSwapBean in the Module Processor StrictXml2PlainBeanYou can convert an XML document in the main payload of the XI message to text format.The structure of the document is checked based on the entries you make in the module.For more information:Adding StrictXml2PlainBean to the Module Processor XMLAnonymizerBeanYou can anonymize XML elements and attributes.More information:Adding XMLAnonymizerBean to the Module Processor PayloadZipBeanYou can compress one or more payloads or extract payloads from a compressed file.More information:Adding PayloadZipBean to the Module Processor TextCodepageConversionBeanYou can swap the code page of the main payload of the XI message and convert the content using the new code page.More information:Adding TextCodepageConversionBean in the Module Processor DynamicConfigurationBeanYou can edit the message header for adapter-specific message attributes.More information:Adding DynamicConfigurationBean in the Module Processor MessageTransformBeanMore information:Adding MessageTransformBean in the Module Processor Example module for adapter and module development.More information:Adding Example Module from Adapter Development in the Module Processor XiHeaderValidationBeanThe module checks the XI header parameters on the basis of the parameters that you have configured in the communication channel.For more information:Adding Header Validation Module in the Module Processor

1. Choose the true about types of mapping XI supportsAnswer . Structure mapping2. Which of the following is not true about multi mapping?Answer . Multimapping supports m:n transformationAnswer . Can be implemented without ccBPM3. The method(s) contained in the JAVA Interface to execute value mappings are:a)public.void execute(java.io.InputStream in, java.io.OutputStream out) to perform the mappings.4. Parsers provided by the SAP XML Toolkit is/are:a)Both DOM and SAX5. Libraries for JAVA Classes are contained in:a)aii_map_api.jar as part of SAP J2EE Engine Installation6. For XSLT mapping the incorrect statement(s) are:a)XSLT mappings are imported in the MAPPING TEMPLATE present in XI.7. For Developing the ABAP Mapping the ABAP Class needs to implement the Interface:a)IF_MAPPING of package SAI_MAPPING8. Structure to the Message Mapping can be assigned by:a)Using an existing object in the Integration repository , Using imported IDOCs and RFCs meta data, Importing XML or XSD Files from the local system9. Fault message types cannot be included in the Outbound Asynchronous case11. The message type references1one single data type13. Message interfaces can be exported asa.WSDL15.Converion function in mapping includesa.value mappingb.Fixvalues 16.Multi-mapping can be used only in CCBPM.17.Multi-mapping supportsa.1:n transformationb.N:1 transformationc.N:m transformation.18. Context change in mapping has impact ona.Breaking & inserting of hierarchy levels. 19.Which of the following is true about XSLT/JAVA mapping a.Create new imported archive and import .jar in IR20.What does the ICON color yellow denotes a.Attribute/element is assigned but corresponding mapping in the data-flow editor is not complete.21.The conditions in Boolean function can be represented in the form of a.Triangle and Rhombus22.Which is not the default mapping provided in XI a.JAVA mapping, ABAP mapping, XSLT mapping23.Which of the following are Standard functions a.Concat, Substring ,FormatNum24. How do you define mapping of non-mandatory nodes a.minOccurs = 025.In context handling which of the following functions are used a.SplitByValue, RemoveContext28. Which of the following is not generic function? Answer . ifWithoutElse29. Which of the following in not true about user defined Simple functionsAnswer .Takes the object of GlobalContainer class30. Which of the following are required to create a user defined functionAnswer . Label31. Which of the following package are by default imported in user defined functionsAnswer . java.lang, java.io ,java.reflect32. Mapping trace does not support following function. Choose oneAnswer . addDebugInfo33. In Mapping Trace addInfo function which of the following is true.Answer .Supports trace level 2,3 .34. Which of the following is not true about multi mappingAnswer . Can be implemented without ccBPM35. ResultList supports the following function.a)void clear() , ResultList.SUPPRESS() , void addSuppress()36. Function is called once per occurrence of source elementa.Simple Function37. Mapping templates can be defined for structured mappings of the following structures. Answer ) Complex types in external definitions38. __________ and __________ can be used to include other XSLT file when designing mapping from IR.a)XSD:INCLUDE , XSD:IMPORT 39. XSLT mapping with Java Enhancement overrides the method a)Merge 40. _____ is used to access runtime constants. a)XSL:PARAM41. The mapping type of ABAP mapping is ABAP-class. The ABAP class implements the interface - Answer ) IF_MAPPING 42. All functions that do not have input values are referred as Answer ) Generic function