Web Mehods
Web Mehods
Web Mehods
MESSAGE STANDARS
XML (Extended Markup Language)
EDI (Electronic Data Interchange)
IDOC (Intermediate Document)
FLAT FILE
(XML (Extended Markup Language))
810 – INVOICE
850 – PURCHASE ORDER
855 – PURCHASE ORDER ACKNOWLEDGMENT (POA)
997 – FUNCTIONAL ACKNOWLEDGMENT
820 – BANKING TRANSACTIONS
860 – CHANGED PURCHASE ORDER
865 – CHANGED POA
856 – ADVANCED SHIPMENT NOTIFICATION
(EDIFACT)
EDIFACT, Electronic Data Interchange for administration, commerce
and transport. Which is mostly used in European countries, it provides a
set of syntax rules to structure data, an interactive exchange protocol,
standard messages which allow multi country and multi industry
exchange.
Structure of EDIFACT
An IDOC consists of
Control record (it contains the type of IDOC, port of the partner,
release of SAP R/3 which produced the IDOC etc.)
Data records of different types. The number and type of segments is
mostly fixed for each IDOC type, but there is some flexibility (for
example an SD order can have any number of items).
Status records containing messages like 'ID created', 'The recipient
exists', 'IDOC was successfully passed to the port'.
WEBMETHOD COMPONENTS
DATATYPES IN WEBMETHODS
DOCUMENT
DOCUMENT LIST
OBJECT
OBJECT LIST
STRING
PUB-SUB MODEL
SUPPORT PROCESS
After the production phase, if the user gets any problem over the
product the support team will rectifies the issue. There are different
levels of support process. They are:
L1 support
L2 support
L3 support
L1 support is to receives the problem from the user. The
problem will be treated as “TICKET” or “SERVICE REQUEST”
or “DEFECT”. L2 support is to sends the ticket number to the
technical support team. L3 support is to resolve the TICKET and
releases the product.
Usually support team members are less than the development
team. For some potential users, they have the levels based upon
the TICKET severity and resolves the problem based on the
severity levels. If the severity level is 1, it resolves first and so
on….
HIERACHIES
For any organization it will be as follows
COMPANY
COMPANY CODE
PLANT
INHOUSE DCS
DCS-DISTRIBUTION CHANNEL.
SQL COMMANDS
Int Integer
Char CHARACTER
DATE date
COMMAND SYNTAX
a. CREATE CREATE table table-name
(column1 datatype,column2
datatype,...);
COMMAND SYNTAX
a. SELECT SELECT column_name(s)
FROM table_name;
b. INSERT INSERT INTO table_name
(col1,col2….coln)
Values(value1,value2,……);
c. UPDATE UPDATE table_name
SET (column_name1=value,….)
WHERE condition;
d. DELETE DELETE from table_name
WHERE condition;
What is pipeline
Developer 7.1.1
Which version of soap does it support