To provide independency from the various platforms, SAP has developed the intermediate layer NI (Network Interface) for all network connections. It is used by SAProuter and all SAP programs, as well as by the development kits for CPI-C and Remote Function Call (RFC).
Structure
In the OSI 7 layer model, the NI layer forms the upper part of the transport layer, and is therefore the part nearer the applications. Specifically, this means that NI uses TCP or UDP. The protocol is also known as the SAP Protocol .
NI in the OSI 7 layer model
OSI layer | Protocol |
---|---|
7 Application |
|
6 Presentation |
|
5 Session |
|
4 Transport | NI TCP / UDP |
3 Network | IP |
2 Data Link | Ethernet,... |
1 Transfer method |
|
The test program niping, which tests the NI functions, belongs to the NI layer. A predefined number of data packages is simply sent from the client to the server, is returned by the server, and read again by the client. The program also outputs average transfer times and, depending on the trace level, detailed information on the data transfer. Niping can be used to test network connections with or without SAProuter.
If niping is entered without parameters, an online help is displayed with possible parameters and additional options.
1 comment:
For a Excellent Online Resource for SAP EP and SAP Web Dynpro ABAP, Visit Learn SAP Online
SAP EP - Standard Portal Services
Portal Eventing and Navigation
Portal Look and Feel - Branding the Portal
How to Develop Portal Applications
SAP EP-Developing portal content and assigning permissions
SAP EP-Role maintenance
SAP EP-How to make Enterprise Portal highly available
Implement Single Sign On
SAP EP-J2EE architechture
What is SAP Enterprise Portal
And Many More...
Basics of Web Dynpro ABAP
ABAP Data Types and Objects
ABAP Statements
WD4A - Introduction WDA - SAP Logon Procedures
WD4A-Format the Values appearing on value Axis of Business Graphic
WD4A-Navigate from one view to another and back to previous view
WD4A - How to Calculate next 12 months from current month in web dynpro ABAP
WD4A - Validate Inputs in a web dynpro ABAP Application
And Many More...
Post a Comment