on 2015 Dec 10 1:06 PM
Bom dia, estamos implementando a nota 2232757 manualmente, e nos deparamos no include LJ1BGF01 onde tem uma chamada da classe cl_j_1b_icms_partilha, com um erro cl_j_1b_icms_partilha=>mc_usage_measurement_sd_taxbrj de compilação deste include, avisando que não existe o método mc_usage_measurement_sd_taxbrj.
Alguem consegue me ajudar?
| IF lv_is_icms_partilha = abap_true. | "2232757 | |
| * | ICMS Partilha: Rate | "2232757 |
| wnfdoc-partr = cl_j_1b_icms_partilha=>determine_dest_partilha_rate( ). | "2232757 | |
| * | Outgoing direction (Sales and Distribution) | "2232757 |
| IF wnfdoc-direct = '2'. | "2232757 | |
| * | ICMS Partilha: Usage Measurement | "2232757 |
| cl_j_1b_icms_partilha=>call_usage_measurement( | "2232757 | |
| cl_j_1b_icms_partilha=>mc_usage_measurement_sd_taxbrj | "2232757 | |
| ). | "2232757 | |
| ENDIF. | "2232757 | |
| ENDIF. |
Request clarification before answering.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 15 | |
| 11 | |
| 9 | |
| 4 | |
| 2 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.