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

Calling standard Tcode from F4 value request

suryasarathi_basu
Participant
0 Likes
355

Hi Experts,

I have created a custom field in VA01 additional tab B at item level. For that field i have created a F4 help with will return AUFNR.

I have used FM F4IF_INT_TABLE_VALUE_REQUEST . But i want to call tcode COOIS when user will ask for value request on that custom field. From the coois tcode I will run the report with some value range and will select order from the result. This selected order will come to the custom field. How to do this?

Please help me.

regards,

SURYA

1 REPLY 1
Read only

Former Member
0 Likes
280

hello,

if you are using custom search help then before calling it call tcode which you need and pass the parameters. you can achieve that by call transaction or submit options. You could try read the required result using this code sample;

assign ('(REPORTS NAME)PARAMETER') to  <fs>.

, but i doubt that this will work. Other way - find user exit related with COOIS tcode and pass/read data with export to memory id statement. it's up to you how you will pass the result.

br,

dez_