2008 Jan 24 10:28 AM
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
2008 Jan 24 3:00 PM
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
2008 Jan 25 3:57 AM
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
2008 Jan 25 5:40 AM
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