Different Internal tables datatype in ABAP

There are mainly three data type for internal tables

(1)Line


(2)Key

(3)Table

What is View and its type in ABAP

It is same as in sql which is virtual table which contains fileds from one or more tables. But this table cannot contains any data but provides application orie..

Different contents in technical specifications

There are mainly five contecnts in technical specifications. These are as below

(1)Data Class


(2)Size Category

(3)Buffering Permission


(4)Buff..

DIfference between WAS and IIS and Self Hosting

In WAS and IIS and self hosting the latest hosting is WAS (WIndows Process Activation Server). And its supports alomst all communication protocols just like
<..

Why to use Fault contract in WCF

Some we are getting error when we consuming service on client application. And to get this error detail we use Fault Contract. It will produce document view for..

File extension for vb and csharp when using Razor in MVC

It should be cshtml for csharp and for vbhtml for vb