2008 Sep 25 4:12 AM
My requirement is to add table control in the addtional data tab of the t-code VA41 so that user has got some flexibilty to add some more data in the table control to the contract.
If user uses t-code VA42 should be able to change the entries in the table control field and then save then to the database as other normal entries.
If user uses t-code VA43 then the table control should display all entries added to the table control with other normal data.
My requirement is to add table control in the addtional data tab of the t-code VA41 so that user has got some flexibilty to add some more data in the table control to the contract.
If user uses t-code VA42 should be able to change the entries in the table control field and then save then to the database as other normal entries.
If user uses t-code VA43 then the table control should display all entries added to the table control with other normal data.
2008 Sep 25 5:12 AM
Hi,
You can create Customized table control in the standard program SAPMV45A. Before creation you should get the access key from your basis consultant. Put the case condition like
Case sy-tcode.
when 'VA01'.
create.
When 'VA02.
change.
When 'VA03'.
display.
Endcase.
Refer some standard program coding to change the data in the table control.
Regards,
Saran
| User | Count |
|---|---|
| 6 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |