‎2012 Sep 19 1:24 PM
Hello,
As the title states I would like to create custom, pretty simple program inside SAP which will keep track about patients. This program would have seven (6) columns:
---------------------------------------------------------------------------------------------------------------------------------------------------------
Name and surname | Date of birth | Protocol number (auto number) | Date of arrival | Date of release | Note
---------------------------------------------------------------------------------------------------------------------------------------------------------
So there would be a simple form which would users would use to insert data.
I would like to know following:
- can this be made in SAP (little custom program) and is there any good free tutorial you could recommend?
- is there perhaps some tool inside SAP which could help me build this custom program?
Any help is appreciated and many thanks in advance for prompt replies!
Sam
‎2012 Sep 19 9:10 PM
Hi Sam,
From what you describe I think you need the following:
http://help.sap.com/saphelp_nw04/helpdata/en/cf/21eb6e446011d189700000e8322d00/content.htm
(If you don't mind that other people will see it you can create a view in SE16)
http://www.sapdev.co.uk/bdc/bdc_dbupdate.htm
And that's about it. You can also create a view for your table(SE16) or an ALV program to view the data that is stored in the DB table you have created something like this:
http://www.abapprogramming.net/2007/11/alv-list-display-saple-code.html
All the best, Let me know if you got it.
Iftah
‎2012 Sep 20 6:43 AM
Hello Iftah Peretz,
Thank you very much for really useful reply!
I tried to find as many information about creating first program in SAP using google search but I think it would take me month to find info you supplied me with
I will try this ASAP and let you know right away.
Best regards,
Sam
‎2012 Sep 19 10:21 PM
The above links should help you create what you need, else you can hire a part time developer to make it for you.
‎2012 Sep 20 6:44 AM
‎2012 Sep 20 6:45 AM