Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

find out the standard BAPI tcode...

Former Member
0 Likes
822

Hi all,

how to Find out a standard BAPI to load address into this table.

is there any standare tcode is there.

Regards.

Krishna

6 REPLIES 6
Read only

Former Member
0 Likes
651

Krishna

Please try using FM's of Function Group: SZA0

Kind Regards

Eswar

Read only

Former Member
0 Likes
651

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.

Read only

0 Likes
651

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.

Read only

0 Likes
651

Hi Krishna,

You can use these FMs 'ADDR_UPDATE' & 'ADDR_MEMORY_SAVE'.

Regards,

Satish

Read only

0 Likes
651

Hi,

Check the bapi

BAPI_ADDRESSPERS_SAVEREPLICA also check the FM ADDR_UPDATE

Regards,

Nagaraj

Read only

Former Member
0 Likes
651

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