Hello All,
I want to update ADR6 Table via Custom Program. Need help to find BAPI,FM etc.
Request clarification before answering.
Hi Deepak,
To update ADR6 Table, you can use FM: ADDR_SAVE_INTERN.
Your import parameter will be ADR6_U where:
ADR6_U-CLIENT is equal ADR6-CLIENT
ADR6_U-ADDRNUMBER is equal ADR6-ADDNUMBER
ADR6_U-DATE_FROM is equal ADR6-DATE_FROM
ADR6_U-CONSNUMBER is equal ADR6-CONSNUMBER
ADR6_U-SMTP_ADDR is equal ADR6-SMTP_ADDR
ADR6_U-SRCH is equal ADR6-SMTP_SRCH
This FM doesnt need a commit execution.
Example:
Change [email protected] to TEST(FM_RESULT)@GMAIL.COM
Actual ADR6

FM: ADDR_SAVE_INTERN

Be careful with the length of SMTP_SRCH.
New values of ADR6 after execution.

I hope this solve your requirement and dont forget to point the solution.
Best Regards,
Carlos Idiaquez.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Have you tried Where Used List and looked in the package the table belongs to?
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.