cancel
Showing results for 
Search instead for 
Did you mean: 

Confirmation in SRM

Former Member
0 Kudos

Hi All,

When we confirm receipt in SRM (Specificaly services). Which BAPI is called by SRM to create a service entry sheet and subsequent Godds Receipt in the backend ECC. We have implemented a Classic Scenario and ar on SRM 4.00 SRM_Server 500 SP11 and ECC 6.4 - SP20.

I need this information for a development wherein it is required to populate a custom table based on service entry sheets from SRM.

Thanks and Kind Regards,

Abdul Kadir Rajbhoy

Accepted Solutions (0)

Answers (1)

Answers (1)

yann_bouillut
Active Contributor
0 Kudos

Hi,

Look at

BAPI_ENTRYSHEET_CREATE Create Entry Sheet

BAPI_ENTRYSHEET_RELEASE Release Entry Sheet

kind regards,

Yann

Former Member
0 Kudos

Yann,

Thanks for your mail. Is there a User exist within the BAPI_ENTRYSHEET_CREATE or any other way enabling us to Insert our code?

Thanks and Regards

Abdul

Former Member
0 Kudos

The below given User Exits are worth trying,

SRVESLL Service line checks

SRVESSR Set entry sheet header data

And the below given exits are valid for Service Entry

INTERFAC Interface for data transfer

SRVDET User screen on tab strip of service detail screen

SRVEDIT Service list control (maintenance/display)

SRVENTRY Unplanned part of entry sheet (obsolete since Rel. 3.1G)

SRVESI Data conversion entry sheet interface

SRVESKN Set account assignment in service line

SRVESLL Service line checks

SRVESSR Set entry sheet header data

SRVEUSCR User screen on entry sheet tabstrip

SRVKNTTP Setting the account assgnmt category when reading in, if "U"

SRVLIMIT Limit check

SRVMAIL1 Processing of mail before generation of sheet

SRVMSTLV Conversion of data during importing of standard service cat.

SRVPOWEB Purchase order for service entry in Web

SRVQUOT Service export/import for inquiry/quotations

SRVREL Changes to comm. structure for release of entry sheet

SRVSEL Service selection from non-SAP systems

SRV_FRM SRV: Formula calculation (obsolete since 4.0A!)

Regards

Kathirvel

Former Member
0 Kudos

User exit EXIT_SAPLMLSR_010 gets called while service entry sheet is created. Though I have not verified I think the BAPI should also invoke this.