one of the biggest challenge every SAP B1 Client ask . the Line Remarks (Description) to updated in
Journal Entry .
one of the biggest challenge every SAP B1 Client ask . the Line Remarks (Description) to updated in
Journal Entry .
https://docs.google.com/presentation/d/1os2mp_YQ4r4Cl07xfsqa04CGrdNrhDUl/edit?usp=sharing&ouid=110438426383198798957&rtpof=true&sd=true
sudo firewall-cmd --stat
sudo systemctl stop firewalld
sudo systemctl start firewalld
sudo systemctl disable firewalld
sudo systemctl enable firewalld
Scenario : the user is fully authorize to create Purchase or any Marketing document but unable to edit the price .
Solution : The issue is due General Authorization . check the below setting in General Authorization
1. Change Row Amount
Please find the original document at https://launchpad.support.sap.com/#/notes/ 1051254
One of the following may not work properly:
SAP Business One license service
•SBO Mailer
•DI API
•DI service
•integration framework for small and midsize enterprises (B1i)
Cause
A user´s operating system, firewall, or antivirus program may be blocking the ODBC/COM/UDP or TCP IP communication protocols, causing SAP Business One components that use these protocols to fail.
License Service:
This communication requires an unblocked networking infrastructure because in addition to the well-known and configurable ports, it uses some dynamically assigned TCP IP ports which cannot be changed. These dynamic ports change each time the license service is started. In the advanced network infrastructure, it is difficult to allow some exceptions for randomly assigned TCP IP ports for the license service.
Because the SAP Business One component requires a direct communication with the license service (B1 Client, DI API, DI service, B1i, etc.), no network limitation should be set.
SBO Mailer:
The main policy here is to allow the outgoing communication for the TCP IP port of the SMTP server, which has been defined for the SBO mailer configuration.
Integration Framework:
If B1i does not require any interaction with the B1 license service, then the network can be easily configured because B1i uses static TCP IP ports for communication (for example, 8080, 8443, 8005, 2099, and so on). On the other hand, they are changeable if they can be configured according to the network and user requirements.
Solution
Ensure that your operating system, firewall, or antivirus program is not blocking any of these protocols
https://drive.google.com/file/d/1mDqqZ_FsHj8MtievaAegR42AB5JGf54S/view?usp=sharing
You open a marketing document module and you receive the following error message:
To generate this document, first define the numbering series in the Administration module
Expected Behavior:
The document is generated successfully.
Actual Behavior:
You receive error message: To generate this document, first define the numbering series in the Administration module
In Administration -> System Initialization -> Document Numbering, double-click the relevant document type and verify whether one of the following applies:
If the error occurs when you are adding the document, please also verify the Journal Entry Series.
Help> Restore File Numbering Series
SAP Notes Number: 549371
https://drive.google.com/file/d/19Vg5wLtDRgArVigqgaALH74CNRN7PJHL/view?usp=sharing
Calculate days between two Dates
SELECT DAYS_BETWEEN (TO_DATE ('2009-12-05', 'YYYY-MM-DD'), TO_DATE('2010-01-05', 'YYYY-MM-DD')) "days between" FROM DUMMY;
calculate days between dates and current date
Calculate Months between two Dates
SELECT MONTHS_BETWEEN(TO_DATE ('2003-01-01'), TO_DATE('2003-03-14')) "months_between" FROM DUMMY;
Symptom By default the SAP HANA database is configured so that it is not started automatically when the SAP HANA host is rebooted. Environ...