2008 Mar 11 11:32 AM
hi all,
Anyone know,
what is the function module to get company currency??
thanks
Jose
2008 Mar 11 11:43 AM
USE FM :
BKK_GL_GL_ACCESS_COMP_DETAIL
and get the currency
CALL FUNCTION 'BKK_GL_GL_ACCESS_COMP_DETAIL'
EXPORTING
i_company = e_company
IMPORTING
e_wrk_comp_details = l_wrk_company
e_rcd_return = l_rcd_return.
get currency from
l_wrk_company-currency
hi all,
Anyone know,
what is the function module to get company currency??
thanks
Jose
2008 Mar 11 11:33 AM
2008 Mar 11 11:38 AM
Hello Jose,
Check the table T001.
SELECT SINGLE * FROM T001 INTO LR_T001
WHERE BUKRS = LV_BUKRS.
Cheers,
Vasanth
2008 Mar 11 11:43 AM
USE FM :
BKK_GL_GL_ACCESS_COMP_DETAIL
and get the currency
CALL FUNCTION 'BKK_GL_GL_ACCESS_COMP_DETAIL'
EXPORTING
i_company = e_company
IMPORTING
e_wrk_comp_details = l_wrk_company
e_rcd_return = l_rcd_return.
get currency from
l_wrk_company-currency
| User | Count |
|---|---|
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |