Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

call data from standard screen

Former Member
0 Kudos

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

2 REPLIES 2

Former Member
0 Kudos

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

Former Member
0 Kudos

Hello, all application transaction data stores in database tables.

try to find the tables and use the select queries to retrieve them..