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

RFFOUS_C

Former Member
0 Likes
736

Where in the program RFFOUS_C, are the parameters ,

1. Program Run Date (LAUFD)

2. Paying Company Code (ZBUKR)

defined ??

Or how can i use the user entered values for these parameters ,

to extract data from the database ??

Where in the program RFFOUS_C, are the parameters ,

1. Program Run Date (LAUFD)

2. Paying Company Code (ZBUKR)

defined ??

Or how can i use the user entered values for these parameters ,

to extract data from the database ??

5 REPLIES 5
Read only

Former Member
0 Likes
680

Hi ankit,

see an example over here,

parameter: p_matnr type eban-matnr ,

str_loc type eban-lgort.

select banfn

bnfpo

loekz

statu

ekgrp

matnr

werks

lgort

preis

peinh

from eban into table it_pr where matnr = p_matnr and lgort = str_loc .

in the above query i am retrieving the fields from table eban into internaltable 'it_pr' checking

the values entered in the parameters p_matnr and str_loc.

similarly you can use your parameter fields.hope this helps you..

plz reward if this helps you,

Regards,

srikanth tulasi.

Edited by: srikanth tulasi on Jan 14, 2008 2:02 PM

Read only

0 Likes
680

but where's the example??

Read only

JozsefSzikszai
Active Contributor
0 Likes
680

hi Ankit,

1. is created in tcode F110 and stored in table REGUH (header), REGUP (items)

2. think you can leave this blank, it just restricts the values during selection.

ec

Read only

0 Likes
680

But i need the company code to get the address details of the payor/customer...correct me if i'm wrong?

Read only

0 Likes
680

you have all the data you need in REGUH. paying company code is REGUH-ZBUKR, as I told it is just an extra selection to resrict values.