‎2008 Oct 10 5:02 AM
Hi all Experts,
i'm nitin i wanted to know how to capture data from a standard report or scereen like screens of VF01,MB1B etc.so that that data is populated into my reports internal table.plese help me out as soon as possible.
nitin
‎2008 Oct 10 5:06 AM
GET PARAMETER ID 'PID' FIELD GV_FIELD. By this statement you can get the current value of the screen field for which there is a parameter ID.
Regards
Sathar
‎2008 Oct 10 5:06 AM
Hello, all application transaction data stores in database tables.
try to find the tables and use the select queries to retrieve them..