How can we create Search Help, without using table field?
for example I have two fields in one table and I required
one more field in search help how?
Answer Posted / guest
create first a view of the two table in SE11 transaction.
Then create the search help based on that view.
| Is This Answer Correct ? | 39 Yes | 6 No |
Post New Answer View All Answers
While sorting field groups we cannot use more than one key field. State true or false. : abap modularization
Which one is better joins or views and why?
What is the difference between synchronous and asynchronous updates?
Explain the systems fields used for interactive lists and lists?
What is the difference between internal tables and extract datasets? : abap modularization
how to Create reports in SD module such as sales order report, which covers all organization levels, delivery status, invoice status, shipping details and partner function details. The data will be extracted from VBAP, VBPA, VBAK, VBUP, VBFA, KNA1, LIPS, VBRP, MARA, VBEP and KONV tables. plz mention the detail coding Tahnks, Rahul
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.
What are the differences between structure and table in data dictionary in abap? : sap abap data dictionary
What is alv programming in abap? When is this grid used in abap? : abap hr
How can we omit a leading sign and a leading zero in sapscript?
Control Break statements- At new...endat.
what is the difference between hashed & sorted internal tables?
How to display or know if the value entered contains records or not?
What is a multiple line field? : abap bdc
What is help view?