LIST OF VARIOUS MATHEMATICAL FUNCTIONS IN ABAP ABAP FUNCTION NAME DESCRIPTION ABS() This function calculates the absolute value of the given argument. SIGN() This function calculates the sign of the given argument. If the sign is positive it returns 1, if the sign is negative it returns -1 otherwise it returns 0. CEIL() This function calculates the smaller integer value of the given argument. FLOOR() This function calculates the largest integer value of the given argument. TRUNC() This function Truncates and returns the integer part of the given value as argument. FRAC() This function returns the fractional part of the given value as argument. MOD This function calculates the remainder of a number divided by another number. ROUND() This function Rounds off a number upto a ...
To add bank details for a vendor in SAP HANA, you would typically follow these steps: 1. Access Vendor Master Data: Log in to your SAP HANA system and navigate to the Vendor Master Data section using the Tcode : BP. 2. Select Vendor: Search for and select the vendor for which you want to add bank details. 3. Edit Vendor Master Data: Once you've selected the vendor, you'll usually have an option to edit their master data. 4. Bank Details Tab: Within the vendor master data, there should be a tab specifically for bank details. Click on the tab “Payment Transactions” as shown below to access the bank information fields. 5. Add Bank Details: Fill in the relevant bank details for the vendor. This information typically includes the Country, Bank IFSC Code, Bank Account Number, and other necessary information. Make sure to enter the correct details accurately. 6. Save Changes: After entering the bank...
Comments
Post a Comment