Sap function module to get user email address. What are the values i have to pass to this FM.


Sap function module to get user email address Thanks & Regards Archana Aug 3, 2006 · Solved: Hi All, I need a function module or some way to retrieve the First and Last name for a given system user (sy-uname). First you need to create corresponding IMPORTING-parameters in the Smartforms itself to be able to use this additional data in the form. Best regards Thorsten Feb 24, 2009 · Hi Shantha, There are numerous Function Modules already written to fetch data which contains details of the BP. But my requirement is how to get mail id from user name and not from login id. Hope it helps. Can somebody tell me where this information is stored and how the link to the user is made? tha Dec 13, 2006 · Hi, Can somebody please tell me a function module to which I can pass the system username (SYUNAME) and get the email id of the person corresponding to this system username? Thanks in advance!! Regards, Saurabh Jan 18, 2008 · Hi all, Thanks for response. For all the three of them, I want to change the email address so, that the system automatically creates a new address number for each partner function. SAP Help Portal provides comprehensive online documentation and resources for SAP NetWeaver BW ABAP, including function modules and their usage in various scenarios. Is there any way to do this with the tables? May 12, 2008 · Solved: Is there any function module available to retrieve data from ADRC by using the ADDRNUMBER as input Nov 25, 2012 · Hi, I need help to create a function module to display data from bapi's. If you want to know the mail id of the user profile maintained in SU01. PARAMETERS: psubject (40) type c default 'Testing', p_email (40) type c default 'XYZ@hotmail. Here we have address details All address information. So first I should get the address based on the email address, but I can't find out how I should do this. Alternatively, you could search for function modules in the function group SAD*. You have to read the infotype with the respective SUBTYPE maintained for MAIL-ID. May 25, 2018 · Sending Emails and SAP Mail Using ABAP - SO_OBJECT_Send - SAP is a robust system, which gives many facilities in the form of Function Modules (FMs) for connecting to external systems or for use w, Sending Emails and SAP Mail, ABAP Tutorial Sep 3, 2009 · Dear all I have to do a 1 time extraction of the user data. Pass the position ID to get the user ID: BBP_OM_STRUC_GET_USER_FROM_POS 2. Regards Naren Rathinavelu. Is there any Function Module to get the Full Customer Address based on the Customer Number. there is also a full "cut and paste Jan 10, 2012 · Hi, Is there any Function module or Table from which i can get the User Name or User ID from the User email address? Regards, Manish Nov 23, 2015 · SAP standard provides FM- SUSR_SHOW_USER_DETAILS to get the details of a USER. Is it not possible to explicitly send 'From email id' or 'Sender-address' parameter when sending mails using FM SO_DOCUMENT_SEND_API1 like for example user@sap. Against the Mail server one, I am not sure if we can do that. Thanks, Rose. I want to do a report or a function to send email to these address maintained in that distribution. 2. I used the following code but I am unable to get the details. appreciate your help. Please Help. Test the FM in SE37 and provide the address number and execute. Aug 11, 2008 · Hi Abapers, Is there any function module to get company address?For example i am working in a ABC pvt Ltd means how to get this company address. SELECT SINGLE a~smtp_addr INTO lv_smtp_addr FROM adr6 AS a INNER JOIN usr21 AS b ON a persnumber = b persnumber AND a addrnumber = b addrnumber WHERE b~bname = va_username. Below is the pattern details for this FM showing its interface including any import and export parameters, exceptions etc as well as any documentation contributions (Comments) specific to the object. In SAP Smartform documents ABAP developers frequently display document partner address data like Bill-to party address or Ship-to party address on their Smartform outputs. Please advice. Go to - Tx- SE37 and test the FM. Jan 25, 2016 · Otherwise you should try to find out (debug) which function module is used to create the address in the create notification process and look for a read / get function module in the same function group. Care should be taken to report the status of execution of the function module to the user using one of the exceptions defined (refer function module pattern above) Though SAP mail is a very robust method of interacting with users within SAP system, it is Apr 11, 2006 · Helmut, What do you want to check it against? 1. How can i get these emails? Any table or standar function module to get it? Regards and thanks in advance. Reward points if useful. There is also access to the formal parameters of the function module and to the global data types and data objects of the function pool. First, we will start with the most used SAP users Tables, then you will get the full list of the tables for users. For the test pick up an address number form the table ADRC. Mar 22, 2022 · Hi, so if you already read the user data using this BAPI-function module in the driver program, you need to pass this information as well to the (generated) function module of the Smartforms. Thanks in advance. Jun 15, 2024 · Use FM to valid email address in SAP. Oct 16, 2009 · here create a new method using FM BAPI_USER_GET_DETAIL and leave the on sychronous on general tab. A function module is called using the statement CALL FUNCTION. next you need to create 2 parameter. Oct 16, 2008 · hii gurus , i have to design a function module which takes three input email id (reciever), body (text of message) , and header ie subject and when executed should send email to the reciever. Using a SAP mail in ABAP code facilitates exchange of automatic messages at various stages of the business process. The Partner can be Sold-to/Ship-to etc. If there is no function module can anyone Jul 5, 2007 · Hi All, I am doing a FM by taking the firstname and last name and company name I have to get the BP data such as prefix, contact type, firstname, lastname, title, accounname and address with phone number, email. like my user name is vikas maurya but my login user id is AOVIKAS. OR In other way how to get email id when first name and last name is given. With the key of KNA1-KUNNR you get the KNA1-ADRNR. It is a very good forum to exchange information with other users. May 22, 2023 · Following what we have learned from other blogs for the Output Parameter Determination app, I came across something which seemed impossible at the beginning but what’s not possible with SAP? I had a requirement to setup dynamic Sender and Receiver email address in Output Parameter Determination app Jul 9, 2008 · Hi, Function module to get information of users loggod onto the server and host address. Thanks in Advance May 13, 2010 · As far as I’m concerned, the email address is not copied in the sales order at creation. va_username - name of the user for which the email address retreived and stored in the variable Aug 12, 2008 · Even in the Function modules, one has to write the select query on one of this tables to get the Email ID. Aug 31, 2009 · Solved: Hi, All, Is any body know what FM I could use to create/update email address for vendor master data? And Please give sample program if possible. Now i need standard FM used for fetching all these Contact details. Jan 22, 2008 · 0 Kudos 3,778 SAP Managed Tags HCM (Human Capital Management) Hi, Is a simple Function Module available for getting the PERNR from a UserID? For example, I'll send the FM the UserID and will get back the relevant PERNR. and export parameter for the result (this will be the container in wf with email) after this you need to generate the program and declare your data. Thanks a lot. Sep 6, 2023 · This ABAP program reads the customer number from KNA1, searches for the corresponding address data in ADR6, and outputs the customer’s customer number, name, and e-mail address, if an e-mail address is available. Please explain it in an elaborative way. Can somebody tell me where this information is stored and how the link to the user is made? tha Dec 13, 2006 · Hi, Can somebody please tell me a function module to which I can pass the system username (SYUNAME) and get the email id of the person corresponding to this system username? Thanks in advance!! Regards, Saurabh An alternative is to use the SAP Function Module to get user email address: HR_FBN_GET_USER_EMAIL_ADDRESS. Sep 23, 2008 · Hi All, I am searching for a function module which returns me user name when I give full name. Dec 16, 2024 · Overview SAP provides a robust framework for sending emails, and by leveraging the CL_BCS class, developers can create flexible solutions to manage email communication directly within SAP systems. Dec 13, 2006 · Solved: Hi, Is there a function module which will give me the username (SYUNAME) for a user based on the email id of the user? Thanks in advance!! Saurabh Jan 29, 2003 · Hello, The email addresses are managed in central address management. Best regards Thorsten Jan 18, 2008 · Hi I need a Function module which will give me the mail id for the user name . Sep 19, 2006 · Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp. Regards, Ravi Note : Please mark the helpful SAP Help Portal provides comprehensive online documentation and resources for SAP NetWeaver BW ABAP, including function modules and their usage in various scenarios. thank you regards vijay Aug 20, 2012 · Hi Gauri, BAPI: BAPI_USER_GETLIST SELECTION_RANGE: parameter = ADDRESS FIELD = E_MAIL S = I OP = EQ LOW = email ID For more details, you can take a look at the BAPI / function module documentation. Sep 3, 2009 · Dear all I have to do a 1 time extraction of the user data. Try this function module : BAPI_USER_GET_DETAIL 2. Please let me know if any such function module exists. For this you will get an address number and person number Use the address number in USR21 to get the user Aug 21, 2007 · Hi, Is there a function module to extract all the users of a Distribution List ? I tried using Fn 'SO_DLI_READ'. Pass the SY-UNAME as import perameter to get the and you will get the result into Export parameter E_ADDRESS-E_MAIL field Aug 20, 2012 · Hi Gauri, BAPI: BAPI_USER_GETLIST SELECTION_RANGE: parameter = ADDRESS FIELD = E_MAIL S = I OP = EQ LOW = email ID For more details, you can take a look at the BAPI / function module documentation. I tried in SDN and I got address_read but its obsolete. Another way by using sap tables : DATA: lv_smtp_addr TYPE adr6-smtp_addr. - Vikas Edited by: vikas maurya on Jan 18, 200 Within the function module, local data types and data objects can be declared. Jul 4, 2007 · Solved: Hi all, I have to retrieve user email address based on the sap user id. Nov 25, 2015 · Hi, I am working on SAP Cloud for Travel and Expense and I want to get the email address of an employee. There are 3 bapis: 1-bapi_identificationdetails_get. Presently i am getting the Address Number (ADRNR) from KNA1 Table based on the field KUNNR using SELECT Query After hetting the Address Number i am passing that to another Func SAP ABAP Function Module BAPI_USER_GET_DETAIL (Read User Details) - SAP Datasheet - The Best Online SAP Object Repository Dec 27, 2007 · Function Modules : HR_FBN_GENERATE_SEND_EMAIL Generate and send E-Mail HR_FBN_GET_USER_EMAIL_ADDRESS Get the email address according to SAP user ID Reward Points if useful. Aug 24, 2009 · My funcion module can only take email ID internal to SAP and then send mail to it. I found the table but000 but cant get directly from this table, which has to be linked to too many tables to get the data. Aug 28, 2009 · Hi Friends, Thanks in Advance. Sabarinath This ABAP tutorial includes ABAP codes which read address data from ADRC table using ADDR_GET ABAP function module. Neal Wilhite via sap-abap Nov 29, 2007 · 0 Kudos 58,272 SAP Managed Tags ABAP Development hi All, i have one requirement, I need to show the customer and theere e-mail addresses. Function module to get user details from user email Go to solution Former Member Sep 19, 2011 · Pls use the function module BBPU_WAP_USER_READ_DATA to get the logged in user email address. com'. First SAP Mail A SAP mail is a mail internal to the SAP system. This functionality can be used again and again across projects and modules, and therefore I implement this logic in a method. Jan 18, 2008 · Solved: Hi I need a Function module which will give me the mail id for the user name . thanks Feb 3, 2010 · I want a Function Module that can return Sales Order Partner EMail Address. Jun 5, 2008 · Hi, does anyone know if there is ONE function module to read BP by it's guid (or number) to get a whole BDOC structure in return ? I know there are several modules to read different segments of a BP but I was just wondering if there is one "global" ? thank you, Regards, michal Nov 8, 2021 · What I would like to achieve is to query the database table using a function module to get the company's clerk email address. Oct 11, 2019 · There can exist some scenarios in SAP, where we are suppose to send email to someone with/without attachment. Dec 13, 2006 · Hi, Can somebody please tell me a function module to which I can pass the system username (SYUNAME) and get the email id of the person corresponding to this system username? Thanks in advance!! Regards, Saurabh Jul 6, 2009 · Hi , please use following function module to get the details of partner. Or is there any function module which sends mails by taking distriution list as input. Can you kindly let me know if there is any function module to fetch the email ID's for a give Distriubtion list. Regards, Prasad S M Jan 30, 2017 · SAP user tables will cover the most important standard Tables in SAP storing all the data for SAP User. 1. After I found the address, I should get the customer based on the Jun 5, 2012 · Hi Abaper's Please let me know , How to get the personnel Number and manager name of current user. Function Module is UBC_USER_GET_BY_EMAIL If you want to know the EMAIL ID maitained in the communication infotype in HR. Thanks & Regards, Saurabh Oct 10, 2008 · Hi forum, I have created a distribution list via tcode so23. Ma Apr 17, 2013 · These have all the same address number. E-mail address in the user profile? 2. Regards, Sandip. BAPI_BUPA_ADDRESSES_GET- SAP BP, BAPI: Determine All Addresses BAPI_BUPA_BANKDETAILS_GET- Determine all bank details BAPI_BUPA_CENTRAL_GETDETAIL- determine centeral details BAPI_BUPA_RELATIONSHIPS_GET- SAP BP, BAPI: Determine All BP Relationships Jul 16, 2014 · Hi, I want to get the uniqueid (username) based on the email address. Giri Oct 24, 2006 · Hi , Can anybody tell me the table from which i can select the user's E-mail address, with the help of the user id in the "where" clause of the "select" statement. Thanks in advance Aug 31, 2009 · Solved: Hi, All, Is any body know what FM I could use to create/update email address for vendor master data? And Please give sample program if possible. I took a copy of the BRF application OPD_APOC_SYSTEM under customer namespace 2. Regards Vikas Edited by: vikas maurya on Jan 18, 2008 7:33 AM Dec 28, 2006 · Hi, use the following function module to get the email id. I need to know as in SU01 the Name, firstname, Function and Department. It is used for Read an address without dialog processing and below is the pattern details for this FM, showing its interface including any import and export parameters, exceptions etc. From where i can get the e-mail address of custome , plz give me the table and field name for customer and e+mail address regards, amit Reply Nov 8, 2006 · Solved: Hi, is there any function module which can convert the sap login id to email id. Table list used by SAP ABAP Function Module HR_FBN_GET_USER_EMAIL_ADDRESS (Get the email address according to SAP user ID) - SAP Datasheet - The Best Online SAP Object Repository Aug 28, 2009 · Hi Friends, Thanks in Advance. ⤷ PAOC_BEN_FBN (Package) Flexible Benefits System. Thanks & Regards Syed Apr 11, 2006 · Helmut, What do you want to check it against? 1. From where i can get the e-mail address of custome , plz give me the table and field name for customer and e+mail address regards, amit Reply Jan 20, 2014 · 3) You can make amendments in the function module to fetch the email address, either from general data or contact person etc. FM name: SX_INTERNET_ADDRESS_TO_NORMAL Jun 17, 2009 · 0 Kudos 1,765 SAP Managed Tags ABAP Development Hi, Try using function module to get the user names ALM_ME_READ_USER_STATUS PAR_EBPP_GET_USER_LOGIN_INFO BP_CENTRALPERSON_GET SUSR_USER_ADDRESS_READ Regards Ravi Reply 6 REPLIES Former Member Aug 21, 2007 · Hi, Is there a function module to extract all the users of a Distribution List ? I tried using Fn 'SO_DLI_READ'. I know it can be fetched from Table ADR6, but I am looking for a Function Module. I don't think you will have a function module which gets the Email ID only. Thanks, John Jul 25, 2012 · If you are in a brand new ECC implementation which has a phased approach with only essential systems in the landscape in phase one, what are the options you have to handle application errors? If the program is scheduled to run in the background, how do you notify business users? If it is an incoming Aug 30, 2012 · Hi All, I am familiar with using LFA1 to get the address and then using ADR6 to get the email address in the master data to see what the vendor email is, however we are changing emails rapidly and I need to be able to check individual contracts (purchasing documents) for what the current email address is. Nov 24, 2015 · SAP standard provides FM : SD_ADDRESS_GET to provide details of an address form the address number. Jul 23, 2025 · The Function Module completes its duty, and the results can be used in your application as needed. Regards Vikas Edited by: vikas maurya on Jan 18, 2008 7:33 AM Dec 19, 2006 · Dear Colleagues, I urgently need to know what function module I can use to call up e-mail addresses stored in the customer master. 2nd: With the contact person number you search in KNVK-PARNR the value KNVK-PERSNR 3rd: call function module ADDR_PERS_COMP_GET_COMPLETE with import parameters ADDRNUMBER = KNA1-ADRNR and PERSNUMBER Feb 10, 2009 · You can also change the Email Id of the BP using the same Function Module: BAPI_BUPA_ADDRESS_CHANGE. 4) Assign the SAP script or PDF form in the FBZP Aug 9, 2010 · HI I'm looking for a function module that gets me the EMAIL and PHONE NUMBER of the user and prints them out on may smartform anyone know if there is one that works for this I've been playing with HR_FBN_GET_USER_EMAIL_ADDRESS but having some trouble getting it to work (little new at this stuff st Table list used by SAP ABAP Function Module HR_FBN_GET_USER_EMAIL_ADDRESS (Get the email address according to SAP user ID) - SAP Datasheet - The Best Online SAP Object Repository This article focuses on ways to send E-mails and SAP Mails using ABAP code. Is there any function module to handle this. i. Dec 13, 2006 · Hi, Can somebody please tell me a function module to which I can pass the system username (SYUNAME) and get the email id of the person corresponding to this system username? Thanks in advance!! Regards, Saurabh Jul 23, 2009 · Hi All, I'm sending a external mail to Initiator's mail id in mail step First i need to get the personel number of the SAP user id (initiator) and then i have to get the Email id for that Personel number. Here we are using tables crmd_link and crmd_partner to get partner no and partner_fct. HR_FBN_GET_USER_EMAIL_ADDRESS is a standard SAP function module available within R/3 SAP systems depending on your version and release level. May 25, 2018 · Sending Emails and SAP Mail Using ABAP - SO_OBJECT_Send - SAP is a robust system, which gives many facilities in the form of Function Modules (FMs) for connecting to external systems or for use w, Sending Emails and SAP Mail, ABAP Tutorial Aug 12, 2008 · Even in the Function modules, one has to write the select query on one of this tables to get the Email ID. Thanks. Feb 22, 2008 · hI, I want to know how to call a function module addr_get_complete. I have created a function module with one exporting parameter (email) and hard coded the e-mail inside the FM - just for testing 3. In this scenario, you may translate an amount into words by using the SPELL_AMOUNT function module. Please help me in this Apr 4, 2007 · Hi I need to find the <b>E-mail address</b> of a user from HR data base, i have his personal id(PA0001-<b>PERNR</b>). Is there another one available ? Regards Sukany Jan 18, 2008 · Try the following code: call function 'BAPI_USER_GET_DETAIL' exporting username = i_user-bapibname importing address = wa_address tables return = i_return. I have created a contact using transaction BP. Similarly I need 1 more FM for BP Relationships as well. Would any body guide me how can i get this. GIUSEPPE CASCELLI — Gio 13/5/10, R. In this video, I show you how to find out the email address of a SAP user. To send an email from ABAP, you can use the function module "SO_NEW_DOCUMENT_SEND_API1", but in this blog post you will learn how to send an email using object oriented way. BAPI_BUPA_ADDRESSES_GET- SAP BP, BAPI: Determine All Addresses BAPI_BUPA_BANKDETAILS_GET- Determine all bank details BAPI_BUPA_CENTRAL_GETDETAIL- determine centeral details BAPI_BUPA_RELATIONSHIPS_GET- SAP BP, BAPI: Determine All BP Relationships Jan 17, 2006 · Hi , Can anyone suggest me any method/Function module to get the Vendor's mail address ? Many thanks in advance. Example of SAP ABAP Functional Module Select the "Source Code" tab after launching the just built application. I created a tabletype of the 'SODM1' and make a internal table of this type to store all the results. Dec 1, 2008 · Hi experts, can anyone please help me about what is the function module used to get email address from distribution list. . if sy-subrc ne 0. But its triggering an exception. I can not find in which table I can find the function and department. It’s pulled from the customer master record, therefore I would change the print program to read your Ztable when issueing the output. , or it can be Contact Person, or it can be Employee Responsible/Sales Employee. If there is any changes in company address every time i am making changes in all the rep Jun 27, 2006 · Search the email address in ADR6. data: it_packing_list like sopcklsti1 occurs 0 with header line, Once all the parameters and table interfaces are properly filled, call the function module to send the SAP mail to the recipient inbox. Regards, Harshit You must be a registered user to add a comment. Any functional module to fetch the Email id Kindly Guide Regards, M. You have to obtain the address number and the personal number from the table USR21 for the corresponding user and using the Address number/Personal number search the table ADR6 for the email address. In the middle, we will set a useful scenario to retrieve address data for SAP users. Thanks Lakshman May 26, 2009 · I want to display the User who creating the Shopping Cart in Smart forms output. Provide the USER NAME and NO_DISPLAY as 'X' and execute. In this blog post, I'll explain about a custom function module that simplifies email sending, including We would like to show you a description here but the site won’t allow us. Aug 20, 2012 · Application Development Discussions Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp. Search SAP Function Modules ADDR_GET is a standard addr get SAP function module available within SAP R/3 or S/4 Hana systems, depending on your version and release level. 5. Is there another one available ? Regards Sukany Dec 22, 2008 · Hi Everybody. Pass the user ID and get the email address: BAPI_USER_GET_DETAIL Jan 16, 2007 · hello, if you wont select data from database in your program you can use a function module: 1st: you need the table KNA1 with the customer data. You need to populate the structure BAPIADSMTP with the email ID and then you need to pass the same. Aug 2, 2007 · Hi Experts, Is there any function module to send a mail from the ABAP program. I know that the email address is saved in the address(es). com. Warm Regards, Naveen M Nov 19, 2012 · discussion , sap 1 357 November 16, 2004 Function Module for email address retrieval Software & Applications discussion , sap 2 151 December 19, 2006 Links between LFA1 & ADRC Software & Applications discussion , enterprise-software 16 852 May 26, 2010 Updating Telepnone in table ADRC Software & Applications discussion , sap 2 267 September 11 Feb 5, 2009 · hi , need an FM tp fetch address details in BP transacation when the user enters the details and press the button save. move wa_address-e_mail to wa_recipients-recipient. Jan 12, 2007 · Hi Deepu. For your requirement use the FM "BAPI_BUPA_SEARCH", pass the email address as the input and in the searchresult structure you will find the BP id. UBC_USER_GET_BY_EMAIL If you want to read the email id from the user tables then use HR_FBN_GET_USER_EMAIL_ADDRESS. May 6, 2009 · Solved: I am looking for a simple bapi or fm to get delivery address from input fields EKPO-EBELN and EKPO-EBELP kind regards Andreas Oct 11, 2019 · There can exist some scenarios in SAP, where we are suppose to send email to someone with/without attachment. What are the values i have to pass to this FM. Help me i am new to CRM. these details according to me will get saved in standard table BUT000. I am entering the company address manualy when developing report. Regards, Ravi Note : Please mark the helpful Oct 25, 2005 · If I maintain email id in the user profile (Tcode SU01) and then simply pass sy-uname instead of complete email address in parameter - sender_address then it is working fine. This is Tx- SU01 and details of an user- ABAP. 2-BAPI_BUPA_CENTRAL_GETDETAIL 3-BAPI_BUPA_ADDRESS_GETDETAIL Through these bapis: I need to display the following data: first name, last name, nationality, add1, add2, h Jul 29, 2015 · Explore two methods to validate email addresses in ABAP using function module and regular expressions. Aug 20, 2012 · Solved: Hi, Is there any RFC enabled FM or BAPI to get user data using email id of the user as an input? HR_FBN_GET_USER_EMAIL_ADDRESS is a standard hr fbn get user email address SAP function module available within SAP R/3 or S/4 Hana systems, depending on your version and release level. How can i access and get it. My requirement is to run a report and send the content of the an Internal table as mail. E-mail address in Mail server? From user profile, you can get the e-mail address by calling BAPI_USER_GETDETAIL, then you can validate against that. Mar 25, 2020 · Hi All, Can anyone please help in getting a Function Module in SAP where i will pass the user ID and the updated email address and once i execute new email address will get updated for the corresponding user ID. Write your program's ABAP code. Jul 6, 2009 · Hi , please use following function module to get the details of partner. Thanks to all Kikas SAP ABAP FM (Function Module) : HR_FBN_GET_USER_EMAIL_ADDRESS - Get the email address according to SAP user ID. “ADDR_PERS_COMP_COMM_GET” to get the emailid by paasing the pernr and adrnr. So Will you pls suggest any function module available for this or any other way to get user details. Select the right profile (here: instance profile) and the Extended maintenance option. I tried different ways to change the tables XVBPA and XVBADR in user exit USEREXIT_SAVE_DOCUMENT in program SAPMV45A. e, any data base table/function module to get it. Jan 18, 2008 · Try the following code: call function 'BAPI_USER_GET_DETAIL' exporting username = i_user-bapibname importing address = wa_address tables return = i_return. Oct 10, 2008 · Hi forum, I have created a distribution list via tcode so23. Nov 21, 2011 · Here we have a requirement to get all the partner details like name , address and organization based on partner function , for all the purchase order item details , for each item i need to get all the partner details like requester, supplier, goods recipient etc. Mon Mar 6, 2010 · Hi, Is there any Function module which is retrieving data from ADRC table by passing address number. 1 import parameter for the pernr to go in 2. Dec 13, 2006 · Hi, Can somebody please tell me a function module to which I can pass the system username (SYUNAME) and get the email id of the person corresponding to this system username? Thanks in advance!! Regards, Saurabh Go to the PA30 with info type 0105 (communication ) and subtype 0010 (email id) click on the display button Call SE37 Call function model ‘HR_READ_SUBTYPE Here ENDA must be entered to get the email id Aug 23, 2012 · Hi Ravi, You will need to use 2 Function modules : 1. Feb 15, 2007 · The Function Module Used to send E mail through ABAP: SO_NEW_DOCUMENT_ATT_SEND_API1 Report Program using this FM (Sample code) REPORT ZSENDEMAIL. pls help Aditya Shrivastava. Jan 12, 2009 · I am already using a FM BUP_BUPA_MEMORY_GET_ALL which is working at Run-time and its fetching some other details of BP. Jun 4, 2009 · 1. So here is the details of a user. ugf kcuzb phnfcdshl crkbp whpqb tuk xnxy chvts qgimduz liznw wgc iwlp kxmtm ktzfv fsjr