2008 Jan 14 12:56 PM
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 ??
2008 Jan 14 1:02 PM
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
2008 Jan 14 1:05 PM
2008 Jan 14 1:06 PM
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
2008 Jan 14 1:08 PM
But i need the company code to get the address details of the payor/customer...correct me if i'm wrong?
2008 Jan 14 1:13 PM
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.
| User | Count |
|---|---|
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |