SAP for Utilities Discussions
Connect with fellow SAP users to share best practices, troubleshoot challenges, and collaborate on building a sustainable energy future. Join the discussion.
cancel
Showing results for 
Search instead for 
Did you mean: 

IS Utilities Enhancement

Former Member
0 Kudos
272

Hi

I have got the requirement to add a new screen in which user can enter service provider and then this records should be created in the

ESERVICE table by calling Function module ISU_S_NBSERVICE_CREATE.

This is enhancement : step 1. Run the tcode EG31 enter data in the first screen press Enter

2. A screen should come and enter the service provider (newly created)

3. Select the Service Provider with the help of search help

4. In the enhancement call function module and create records in table ESERVICE or

if tcode is EG32 then change the record by calling function module for change.

How we can do it. I have got the two includes for package EE07 enhancements EDMDI001 INCLUDE ZXE07U03 and enhancement EDMDI002 INCLUDE ZXE07U04 where the control is coming after puting the break point.

Its is okay or anything that I have to do.

Secondly I have to make a screen how to make it and how to make a link of that screen.

Thanks and waiting for ur response.

Balbir Singh

3 REPLIES 3

Former Member
0 Kudos
182

Hi Balbir Singh,

That should be OK..You need to use EDMDI001.

Create a screen in SE51 and in that PBO you can loop at the screen and pass the values.

Thanks

Dany

0 Kudos
182

Hi Siva

I will go in the SE51 and I will use create a screen and then what program name I have to give because Include name it will not take???

regards

Balbir

0 Kudos
182

Double click on that include and call the screen like 'Call screen 100' and save it and docuble click on screen 100

it will automatically creates a screen.

Please let me know it is working or not.

Regards,

Shiv