Application Development and Automation 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: 
Read only

call data from standard screen

Former Member
0 Likes
398

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
Read only

Former Member
0 Likes
371

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

Read only

Former Member
0 Likes
371

Hello, all application transaction data stores in database tables.

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