The requirement is to add PO date in standard report VA25 – List of Quatations.
1. goto Include MV75AI00_D0100_OKCODE .->
PERFORM SELEKTION_AUSFUEHREN.
2. in above perform you get FM : RV_SALES_DOCUMENT_VIEW_3.
enhance the following FM.
for that i had enhance the standard FM
3. in above FM ,add append structure in VBMTV, add column
4.add BSTDK component in
5.Go to source code.
Before ” endfunction” , create implicit enhancement .
6.done.
now see VA25, the PO date is available.
enjoy.