Answer Posted / malli.gontla
I can't understand ur question. but in abap many number of
function modules are available.all these function modules
are grouped together into function groups.
for example: date
for date there are different number of function modules are
available.
i will give a procedure to u, how to see the available
function modules.
1.From the ABAP/4 Development Workbench screen,
choose the menu path Overview -> Repository Information
System. You see the ABAP/4 Repository Information System
2.and expand the tree. it will display modeling, abap
dictionary, programming, program library etc.
3.function library is available under programming tree.
expand that tree. function groups and function modules are
vailable.
4.just u click on function modules, it display one screen.
enter ur choice there.
for eg, u want date function modules.
just u enter *date* in function module field.
and search it . it display a list of date realated functions.
this is the procedure for searching function modules
| Is This Answer Correct ? | 9 Yes | 33 No |
Post New Answer View All Answers
What are the disadvantages of abap query tool?
What is pakey structure, pshd1 structure and what type of fields it contains? : abap hr
What are the different function modules used in sapscript?
Where do you use help views?
What are the page windows?
What is logical database? : abap hr
How to find the return code of a statement in abap programs?
How to give programe name as input in BDC report of abap ?
Can you delete data element, which is being used by table fields. : abap data dictionary
A subroutine can be terminated unconditionally using exit. State true or false : abap modularization
What are the attributes of the data? : abap data dictionary
What are the sequences of event block?
What are the Synchronous and asynchronous methods in bdc ?
What is processing class, where we do them and why? : sap abap hr
What is the disadvantage of a call by reference? : abap modularization