Hi
How to write a lookup in Start Routine to calling customer table. we are maintains values in custom table.
i am
Regds,DS
Request clarification before answering.
Hi,
Lookup in Start routine can be done comparing SOURCE_PACKAGE records against Z table* contents(Create Internal table of Z* structure & fill it with table content). Create Loop over SOURCE_PACKAGE & compare internal table content (record by record).
Implement other logic as you required. Always try to use optimized ABAP coding. Since, looping is in use here. Better coding practice will improve performance.
Thanks,
Manikandan Dhanakoti
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 4 | |
| 4 | |
| 4 | |
| 3 | |
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.