Hi,have Good Command in SAP ABAP, ABAP WEBDYNPRO now i want
to learn sap IS utilities.. can u plz suggest me is it useful
r not?
If not can i learn BI? Is ABAP with BI have gud future?
what is the difference between
data: begin of ty_emp,
eno type i,
ename type string,
dno type i,
end of ty_emp.
and
types: begin of ty_emp,
eno type i,
ename type string,
dno type i,
end of ty_emp.
There is a Database Table of Student Details with Fields Student Id, Student Name, Class ID and Rank. Now how to fetch the first three students with highest ranks from all Classes.
Function Module to upload the Excel sheet into SAP Internal
Tables. *
a) GUI_UPLOAD
b) CL_GUI_FRONTEND_SERVICES=>GET_UPLOAD_DOWNLOAD_PATH
c) CL_GUI_FRONTEND_SERVICES=>GUI_UPLOAD
d) All the above
Sales Order Information Report that lists information like
sales order no, Item no, material no, Quantity, Quantity
unit, Net value, Currency,Sub Total, Grand Total.
plz mention the detail coding
Tahnks,
Rahul
What are advantages and disadvantages of logical data base
108
what are the problem we face during development( if we say v
are in support(development)? what are the critical problems
araises during LSMW updation and Smart form layout development
for involce and po? very very important questions now a
days commonly asking..plz plz reply me
any 1 having notes on SAP-ABAP certification,
or even if any 1 could provide the url for getting notes on
SAP-ABAP certification, would be appreciated.
550
1. If I send 5 entries of table from one system to
another system, if the only 4 entries there in the target
system what I have to do?
2. If I send the customer master IDOC from one SAP
system to another system, if one field is missing in target
table what is the steps?
3. If I want to access the 4th row 3rd column in the
hashed table how to do it?
4. Whether there is any other statement than MODIFY
statement to modify the content of internal table?
68
please give the remaining answers.
245
HOW TO DIFFERENT CALL TRANSACTION ON THE BASIS OF DOUBLE
CLICKING ON DIFFERENT FIELD.