rammohan


{ City } chilakala palli
< Country > india
* Profession * sap abap consultant
User No # 45523
Total Questions Posted # 0
Total Answers Posted # 26

Total Answers Posted for My Questions # 0
Total Views for My Questions # 0

Users Marked my Answers as Correct # 157
Users Marked my Answers as Wrong # 31
Answers / { rammohan }

Question { TCS, 9096 }

Steps of creation of IDOC


Answer

Generally Idoc creation is Two Step Process.

Step 1: Create the Segment with required Fields using WE31.
Step 2: Create an Idoc type.

again this also two types.

1) Basic type
2) Extension

Basic type means if u r working with Standard Idocs then we
are using Basic Type, otherwise if u r working with
Extended Idoc using Extension tppe.

Is This Answer Correct ?    2 Yes 0 No

Question { TCS, 9096 }

Steps of creation of IDOC


Answer

Generally Idoc creation is Two Step Process.

Step 1: Create the Segment with required Fields using WE31.
Step 2: Create an Idoc type.


again this also two types.

1) Basic type
2) Extension

Basic type means if u r working with Standard Idocs then we
are using Basic Type, otherwise if u r working with
Extended Idoc using Extension tppe.

execute we30 select any one from above both.

provide the idoc name and click on create provide sd and
assign the segment, select if the segment mandatary in that
idoc otherwise no need to select the check box.

execute we81 to create our own message type.

execute we82 to link the idoc type and message type.

Is This Answer Correct ?    5 Yes 0 No


Question { IBM, 6350 }

How to find the status of failure a IDOC


Answer

check the transaction code WE02 or WE05 for display status
of Idoc

Is This Answer Correct ?    16 Yes 0 No

Question { IBM, 6588 }

What is RFC? When it is use?


Answer

RFC Stands for Remote Function Call this is similar to Bapi
the main difference between Bapi and RFC is Bapi for
accessing the servers remotly both sap and non-sap but one
msut be sap but using RFC technology we can access the
servers remotly with in sap.

Is This Answer Correct ?    12 Yes 2 No

Question { HP, 4355 }

What are Major differences in Smart forms and Scripts


Answer

SAP Script is Client Dependent, Smartforms is Client
Indipendent.
In Scripts We r unable print the Background Pictures but in
Smartform can do.
In Scripts if u want to access any data from windows we
must call the write_form for every window in Driver Program
but in Smartforms when we are activating the smartform it
automatically generates a FM, using the FM we can call all
windows data From the smartform.
In Scripts Main window is mandatary but in smartform not
necessary.
In Scripts if u want with work with Tables and Templates
long process, in smartforms very easy to work using
navigation.

Smartform is very userfriendly than SAP Scripts.

In Scripts main windows are avable from main00-98 but in
Smartforms only one main window.

Is This Answer Correct ?    18 Yes 0 No

Question { IBM, 7514 }

What is logical data base


Answer

logical data base is a sap standard application program is
used to read data from multiple tables, it provides the
authorization checks and pre-defined selection screens.

eg:

in sap hr pa ----- pnp/pnpce node ---- pernr

om ----- pch node ---- objec

Recruitment ---pap node ----- applicant

ldb is hierarchal structure so performance is low.

Is This Answer Correct ?    3 Yes 1 No

Question { 10023 }

What are the standard macros do we use in HR ABAP


Answer

rp-provide-from-frst
rp-provied-from-last

Is This Answer Correct ?    10 Yes 1 No

Question { IBM, 6612 }

by which function module we are going to put data into
sapscript ?


Answer

write_form for all the windows
read_text for standard text

Is This Answer Correct ?    8 Yes 0 No

Question { IBM, 13059 }

WHY WE NEED TO CREATE A PORT IN ALE IDOCS?


Answer

port acts as medium inbetween sendor and receiver.
port carries the idoc from sendor to receiver.
port creatin is we21 and provide the reciver name should
casensitive.

Is This Answer Correct ?    4 Yes 1 No

Question { 9167 }

what are the differences between SAP R/3 4.7 and ECC 6.0
from ABAP Point of view?


Answer

unicode conversion is default in ecc 6.0,in 4.7e optional.

classical and New debugger is there in ecc6.0 but in 4.7e
only classical debugger is avalable.

webdynpro component is available in ecc 6.0 but 4.7e not
there.

smartforms layout display in 6.0 perfectly but in 4.7 the
boarders are not displayed.

adobe form work in 6.0 but not in 4.7.

in 6.0 old and new editors are available but in 4.7 only
old editor is available.

in 6.0 crm,srm,apo,bpc some business suites are support but
4.7 not support.

Is This Answer Correct ?    16 Yes 1 No

Question { Keane India Ltd, 17210 }

What is inheritance and multi-level inheritance? Explain with example ?


Answer

Inheritance : Creating or Deriving the new classes using
existing class.

SAP ABAP doesn't support the multi level inheritance so
instead of multilevel inheritance sap interduce the
Interfaces concept.

Is This Answer Correct ?    3 Yes 5 No

Prev    1    [2]