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

Problem in Data Uploading in PR05...

aarif_baig
Active Participant
0 Likes
408

Hi Abapers,

I am trying to modify some data in Transaction PR05 using FM

PTRA_WEB_EXPENSE_REPORT_SAVE_2 but i am unable to do that, I tried debugging the PR05 and notice that there

is module in standard program which process on value request for entering sum schema but i am passing that schema manually in my program, that means screen needs an input there,

So is there any way through which i can skip this part and provide this value through my own developed program.????

Hi Abapers,

I am trying to modify some data in Transaction PR05 using FM

PTRA_WEB_EXPENSE_REPORT_SAVE_2 but i am unable to do that, I tried debugging the PR05 and notice that there

is module in standard program which process on value request for entering sum schema but i am passing that schema manually in my program, that means screen needs an input there,

So is there any way through which i can skip this part and provide this value through my own developed program.????

1 REPLY 1
Read only

aarif_baig
Active Participant
0 Likes
345

Have solved on my own