‎2008 Jan 08 8:32 AM
Hi all,
how to Find out a standard BAPI to load address into this table.
is there any standare tcode is there.
Regards.
Krishna
‎2008 Jan 08 8:37 AM
Krishna
Please try using FM's of Function Group: SZA0
Kind Regards
Eswar
‎2008 Jan 08 8:39 AM
BAPIADDRESSEMPSIMULATECREATION Simulation: Create employee address
BAPI_ADDRESSEMPCREATESUCCESSOR Create Next Employee Address Record
BAPI_ADDRESSEMPGETDETAILEDLIST Read instances with data
BAPI_ADDRESSEMP_APPROVE Unlock employee address
BAPI_ADDRESSEMP_CHANGE Change Employee Address
BAPI_ADDRESSEMP_CREATE Create Employee Address
BAPI_ADDRESSEMP_DELETE Delete employee address
BAPI_ADDRESSEMP_DELIMIT Delimit employee address validity period
BAPI_ADDRESSEMP_GETDETAIL Read employee address
BAPI_ADDRESSEMP_GETLIST Read Instances
BAPI_ADDRESSEMP_REQUEST Create locked employee address record
Regards.
‎2008 Jan 08 9:05 AM
Hi sravan,
I need to Find out a standard BAPI to load address into ADRC table.
this is how to do .
is there any standard bapi is there.
‎2008 Jan 08 9:10 AM
Hi Krishna,
You can use these FMs 'ADDR_UPDATE' & 'ADDR_MEMORY_SAVE'.
Regards,
Satish
‎2008 Jan 08 9:22 AM
Hi,
Check the bapi
BAPI_ADDRESSPERS_SAVEREPLICA also check the FM ADDR_UPDATE
Regards,
Nagaraj
‎2008 Jan 08 8:52 AM
Hi Krishna,
Select RFC Check box in ST05 and Activate the SQL Trace
Execute the Transaction.
Deactive the SQL Trace
Display trace, you will find all the Function modules which have been used for that transaction. Find the relevant BAPIs with in those.
Regards,
Satish