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
Can we use write statements in screen fields?if not how is data transferred from field data to screen fields?
What is a function group? : abap modularization
can anyone please tell me, in orient paper mill project which fields exits for creating report.
I am trying to automate a manual processing of iDOCs in BD87. I used the following code to pass idoc-id to global variable 'DCN' and then skip the first screen of BD87 to go to processing directly. After running this code SET PARAMETER ID 'DCN' FIELD itabhdr-idoc_id. CALL TRANSACTION 'BD87' AND SKIP FIRST SCREEN. it takes me to the first screen because it cannot recognize my idoc-id. How I can pass idoc-id to global? I have used the above code to goto VA02 with VBELN and it worked perfectly.
Explain the advantages of different types of bdc's?
Update function modules are classified as either v1 or v2. Which type of update is performed first and in what mode (asynchronously, synchronously or locally) can each type be processed in?
A field-groups statement or an insert statement reverses storage space and transfers values. State true or false. : abap modularization
If i wont like to change the standard print program where i copied standard script to customer namespace,in this case is it possible to retreive the data if u connect the script with standard program.if yes how?if no why? Is it possible to print the logo in first page only,where the form consists of 10 pages.How can u do this? How can u set a table format where it cosists of fields like cust no, custname, amount ...in a script? How do u know that the particular BADI is suitable for the existed report.How do u findout this?When do u opt for BADI OR USEREXIT?did functional people tell u to adopt BADI or USEREXIT? What is the difference between SY-INDEX & SY-TABIX ? I have a report with fields Status,time & date. the contents it consists are Status Time Date AAA 01:20:15 05-06-10 AAA 11:02:32 O3-06-10 AAA 23:11:00 05-06-10 AAA 09:14:46 05-06-10 HOW DO U WRITE A CODE TO DISLAY A ROW WHICH WAS RECENTLY EXECUTED?( for this question it should display AAA 23:11:00 05-06-10 AS Output)
What is ole?
How do you validate the selection criteria of a report? And how do you display initial
What are roles and authorization objects?
What are the components of selection table?
SAP query how to use end users?
In SAP Script,How to display a single field(like matnr)at the right end of the form.
When to use logical database?