SAP Managed Tags: ABAP Development You cannot do mathematical calculation inside the SAPASCript you have to do it in the following way: define &TMP& := 0. perform sub_calc_div in ZSCRIPT_DIVISION using &TABLE1-FIELD1& &TABLE2-FIELD2& changing &TMP&. Endperform. and inside the Perform...
SAP Managed Tags: ABAP Development Hi Jyothsna, A sales organization may have many branches in various states and in various countries. We call those branches as DIVISIONS in SAP. We need to assign the divisions to the Sales Organization. Check this link: http://www.sap-basis-abap....
In ERP, I have created one material with division = 01: In CRM, activate division handling in this customizing: And also create one customizing entry for Division 01 in CRM: Now download material into CRM, you could observe the division 01 is downloaded and stored in CRM table: And it co...
SAP Managed Tags: ABAP Development declare it as type p decimals 3. data : var type p decimals 3. data : a type i value 2, b type i value 3. var = a / b. write : var. Reply Go to solution Former Member In response to GauthamV Options Mark as New Bookmark Subscribe...
at com.sap.conn.jco.rt.RfcDestination.execute(RfcDestination.java:1288) ~[na:na] at com.sap.conn.jco.rt.AbapFunction.execute(AbapFunction.java:302) ~[na:na] Any idea what is going wrong here? MarkusTolksdorf Product and Topic Expert ...
aas of SAP ERP Enhancement package 2005.1 (EnP1),the user interface used in the HCM processes and forms,of the HR administrator . Both were migrated from the web dynpro technology for Java to the web Dynpro technology for ABAP 自树汁ERP改进包裹2005.1 (EnP1),用于HCM过程的用户界面和形式的小时...
SAP Managed Tags: ABAP Extensibility The import parameter I_MENGE and the export parameter E_MENGE is of type EKPO-MENGE whose data type is QUANT with length 13 and decimal places 3. But during a calculation in a loop for a material, it is calculating the value as 0.015/1000 which is...