How to search a Internal Table Fields?
Answers were Sorted based on User's Feedback
Answer / raj
Read table itab with key field 1 = pk1 field2 = pk2 binary
search.
Is This Answer Correct ? | 6 Yes | 0 No |
Answer / gvkreddy
SORT itab by BINARY SEARCH
LOOP at itab.
write:...
ENDLOOP.
Is This Answer Correct ? | 0 Yes | 4 No |
difference between user exit and customer exit dont tell both are same but there is another difference is there if anybody knows reply immediately
How do you import pay scale data from non sap to sap? : sap abap hr
2. wat is sub screen?
What is database utility?
Explain the way(s) you find an exit(s) to a given standard sap program?
Hi to all abap guru's my querry is as follows How to trigger the page break in smartforms forcibly ? and how to trigger the page break in the scripts forcibly ? means for every 10 records i have to trigger the page break ? and in smart form also ? thanks in advance
What are the functional areas? User groups? and how does ABAP query work in relation to these?
what all we can see in TMG? what is its use?
how to use table control in bdc
What are field groups?
Define the various contents of technical specifications ?
Interactive Report that list purchase order details of a vendor. When the user double clicks on material number it shows detail list with fields matkl, meins, brgew, ntgew, gewei.The selection screen consist of sales organisation, distribution channel and material number. plz mention the detail coding Tahnks, Rahul