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,
Here you want to allow records only Divsion=20,30 and sales org = CN, in this case you can directly delete records from SOURCE_PACKAGE where Divsion<>20,30 and sales org<>= CN.
Hepe these delete statement can do you job straightforwardly,
DELETE SOURCE_PACKAGE Where DIVISION NP '20' OR DIVISION NP '30'.
DELETE SOURCE_PACKAGE Where SALES_ORG NP 'CN'.
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 |
|---|---|
| 5 | |
| 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.