you have own g table & kna1 table how to attach the search
help for g table as well as kna table?if u press f4 on
selection u should display only primary key field of kna1
as well as g table fields
Answer Posted / prafulla nayak
U want to display fields from z table as well as from kna1 table, when u press F4 in the the field of ztable in screen.
1. create foreign key relationship between ztable and kna1 table.
2.Create a help view or database view using thess table. Choose the fields from both the table as u required.
3.create a search help and use that view as selection method.
4.now put the search help in the ztable.
I hope u r getting.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Can we include customizing include or an append structure with pooled or cluster tables? : abap data dictionary
Find the scenario and give the result: a, b, c are employees, where a, b will get basic, hra, da. C gets basic and da. How to group for the allowances? : sap abap hr
What do you do when the system crashes in the middle of a BDC batch session?
What is is a match code? : abap data dictionary
how can we enable hyperlink in screen painter?
Create any functions? How to go about it?
Can you assign a matchcode object to a parameter? If so how?
What are pooled tables?
Type casting and error handling
What is the use of at new statement ?
how to create module pool program using table controls based on selection criteria specified for sales document item in the first screen and item details in the second screen. plz mention the detail coding Tahnks, Rahul
How can we use / display table in a screen?
What are the various types of selection screen event?
What is a sequence of event-triggered in report?
write a program for creation of customer quotation using BAPI 'BAPI_QUOTATION_CREATEFROMDATA'.