CNV_10510_BKTXT is a standard SAP function module available within R/3 SAP systems depending on your version and release level. Below is the pattern details for this FM showing its interface including any import and export parameters, exceptions etc as well as any documentation contributions (Comments) specific to the object.
See here to view full function module documentation and code listing, simply by entering the name CNV_10510_BKTXT into the relevant SAP transaction such as SE37 or SE80.
Associated Function Group:
CNV_10510_A
Released Date:
Not Released
Processing type: Normal fucntion module
CALL FUNCTION 'CNV_10510_BKTXT' "Get structure of BKTXT depending on METHD
EXPORTING
iv_rldnr = " cnvmbtasf_rldnr Ledger
iv_bukrs = " bukrs Valuation Methods in Financial Accounting
iv_curtp = " curtp Currency Type And Valuation View
iv_methd = " cnv_10510_umbwm Revaluation methods in FI
iv_waers = " waers Currency Key
TABLES
gt_fcvmap = " cnv_10510_fcvmap Mappingtable for conversion of foreign currencies
CHANGING
xv_bktxt = " bktxt Document Header Text
EXCEPTIONS
REC_NOT_FOUND = 1 " record not found in mapping of 10510
NO_MAPPING_FOUND = 2 " no mappping found in table CNV_10510_FCVMAP
. " CNV_10510_BKTXT
The ABAP code below is a full code listing to execute function module CNV_10510_BKTXT including all data declarations. The code uses the latest in-line data DECLARATION SYNTAX but I have included an ABAP code snippet at the end to show how declarations would look using the original method of declaring data variables up front. This will allow you to compare and fully understand the new inline method. Please note some of the newer syntax such as the @DATA is not available until a later 4.70 service pack (SP8).
| it_gt_fcvmap | TYPE STANDARD TABLE OF CNV_10510_FCVMAP,"TABLES PARAM |
| wa_gt_fcvmap | LIKE LINE OF it_gt_fcvmap . |
The below ABAP code uses the older none in-line data declarations. This allows you to see the coding differences/benefits of the later inline syntax. It may also be useful if you are using an older version of SAP as some of the newer syntax above, such as the @DATA is not available until 4.70 EHP 8.
DATA:
| ld_xv_bktxt | TYPE BKTXT , |
| ld_iv_rldnr | TYPE CNVMBTASF_RLDNR , |
| it_gt_fcvmap | TYPE STANDARD TABLE OF CNV_10510_FCVMAP , |
| wa_gt_fcvmap | LIKE LINE OF it_gt_fcvmap, |
| ld_iv_bukrs | TYPE BUKRS , |
| ld_iv_curtp | TYPE CURTP , |
| ld_iv_methd | TYPE CNV_10510_UMBWM , |
| ld_iv_waers | TYPE WAERS . |
Please help keep this info upto date and use the comments section below to add useful hints, tips and information specific to this SAP function. This will then be available for you and other users to easily find by simply searching on the object name CNV_10510_BKTXT or its description.
CNV_10510_BKTXT - Get structure of BKTXT depending on METHD CNV_10500_GET_TABLE_RFC - CNV_10310_UPLOAD - Generischer Upload von ASCII Dateien in Tabellen CNV_10310_POPUP_TO_DECIDE - CNV_10210_SAVE_PACK_INFO_RFC - Save mapping between package and GUID CNV_10210_SAVE_PACKAGE_INFO - Save information about package