2005 Mar 02 9:20 AM
Hello All,
I need to have a new field in item table control data in a sales order, it is not currently available in the list.
Please let me know if we any note or a work around for this.
Regards,
Manohar
Hello All,
I need to have a new field in item table control data in a sales order, it is not currently available in the list.
Please let me know if we any note or a work around for this.
Regards,
Manohar
2005 Mar 02 4:10 PM
Hi Manohar,
You can append fields to structure RV45A via transaction SE11. The append structure must have a name starting with the letter Z, and all fields inside that structure must start with 2 letters Z (like ZZNEWFIELD).
Furthermore you need to process your data in one of the available user exits (look in Program SAPMV45A for available USER EXITS).
Regards,
Rob.
2005 Mar 03 7:33 AM
Hi,
I guess, you should also use screen exit for the new field.
Kamal
2005 Mar 03 7:53 AM
Hello,
Plz give the details of the Screen exit which caters this reqmt??
Regards, Murugesh AS
2005 Mar 04 12:39 PM
Manohar,
You need to create an append structure for table VBAP (for example ZAVBAP) using SE11. In this structure you create your ZZ fields. If you need a non-SAP domain/data element for your field then you need to create it first using the same transaction and activate it. Attach ZAVBAP to VBAP so the SE11 shows:
.APPEND in the Fields column and
ZAVBAP in the Field type column.
Your ZZ fields will be shown automatically.
When you have finished then activate your ZAVBAP structure. You will notice when you go VA01 (for example) that a lot of programs are being recompiled. Don't worry. It will be ok.
The user-exit screen number for items is 8459 (in program SAPMV45A).
Thanks,
Wojtek
2005 Jul 01 7:38 AM
Hi Mano & others,
I've tried extending both table VBAP and the structure mentioned here with no luck.... were you able to figure this one out??
Thanks
2005 Jul 01 8:40 AM
Hi,
As Wojtek mentioned extention of table VBAP is not enough. You should also inclue your fields at appropriate screen in program SAPMV45A using screen painter.
Then your fields will be avaiable to see and program will automatically save their content.
Krzys
2005 Mar 04 12:45 PM
Manohar,
My solution was that you will have your extra fields not on the table control but on the separate tab - 'Additional Data B'.
Thanks,
Wojtek
| User | Count |
|---|---|
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |