2005 Dec 20 4:45 PM
Hi! all..
Let me know what you guys think about this..
There's this transaction SDO1(O and not zero). It lists the sales docs. within a time frame. If I wanna add a new field to the report, let's say, shipping conditions field can I do that?
It's an SAP deivered report.
If I need that field anyways, what shud I do? Create a new report which is a clone of this???
Thank you all.
-sri.
2005 Dec 20 5:00 PM
2005 Dec 20 4:54 PM
Hi Keyan,
You are right.. you need to clone the report SDORDE01 and add your code to display additionalfields in teh output.
Regards,
Suresh Datti
2005 Dec 20 4:56 PM
Hi,
Try to change/include the new fields to the structure 'VBMTV'. I think this is what the structure used to create the ALV table. So change this structure and see.
Thanks
2005 Dec 20 5:00 PM
2005 Dec 20 5:18 PM
If it is in the output that you want to add a field, then you have to follow these steps.
Check if the field is there in the structure VBMTV. If not, then add it to the include structure VBMTVZ(it is a repair and you need access key).
Then add your logic to fill in the new fields in the include SD_REPO_F0Z1 using the form MOVE_USERFIELDS. This is called from within the include SD_REPO_F00V. This is also a repair and you need access key to change it.
After that you should be good to go.
Srinivas
Message was edited by: Srinivas Adavi
Forgot to mention that you also need to maintain V_T180A using SM30 for the structure VBMTV and add the new fields there.