2013 Dec 11 11:59 AM
Hello,
I have been instructed to add an insert transaction which fulfills these requirements:
I know this is a newbie question but I need to know how to navigate around SAP to even have access to manipulate the required content.
Even a link to somewhere explaining how to do this would be great, but I'm quite stuck.
Thank you
2013 Dec 11 12:04 PM
Hi Laura,
Can you please let me know that whether you wants to create customized screen or you want to do this in standard transaction.
Thanks,
Sachin
Hello,
I have been instructed to add an insert transaction which fulfills these requirements:
I know this is a newbie question but I need to know how to navigate around SAP to even have access to manipulate the required content.
Even a link to somewhere explaining how to do this would be great, but I'm quite stuck.
Thank you
2013 Dec 11 12:03 PM
This is the last part I'm not getting- but the above question is more important:
Create an UPDATE transaction that fulfills the following requirements:
You can use 1 or two screens to do this depending on how you implement the transaction. I suggest two screens. On the first, allow the user to select an employee record based on the employee id. When the user selects the employee by id, display the corresponding fields for update.
2013 Dec 11 12:18 PM
Hi Laura..
You have to understand screen programming basics for this..If you have some idea of this you can do below steps.
1) Create screen 9000..( NExt screen 9001 )
create screen element as emp_id..
In the PAI event of this , get details of employee from the database table to be updated like structure P0001 for ex..
2 ) Create screen 9001 ..
Create screen elements with database structure p0001 ....
the data populated in p0001 in screen 9000 will be automatically available for edit on this screen.
user can change this data here..
Create button 'Update' or Save' on this screen..
In the PAI of this screen..
on user-command/ ok_code 'UPDATE' Or 'MODIFY' , update databse table with command UPDATE.
Thanks,
Chirdip
2013 Dec 11 12:04 PM
Hi Laura,
Can you please let me know that whether you wants to create customized screen or you want to do this in standard transaction.
Thanks,
Sachin
2013 Dec 11 3:24 PM
Hello Sachin,
I was hoping to do it as a customized screen- but since time is running short; would a standard be quicker to implement?
Cheers,
Laura
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |