on 2020 Sep 16 8:58 AM
Dear Team,
As we have developed purchase order layout in quality by copying standard one but on this layout amount in words in Indian currency is not coming we have tried this blog but still we are not getting solution.
Note- For link we have mentioned below.
Kindly do the needful.
Manish.
Dear HK,
It is hard to specify exactly what's wrong with your development but I can give you some insigths based on my past experiences implementing custom logic, enhancing forms, etc. (I did a similar project but transforming numbers in words in spanish). This is what I would do:
1. I would test only the custom object you have created to check if it is working;
2. I would perform a custom logic tracing to see if the value has been passed properly to your new custom object. Customers who do not work with a 3-system landscape and do not have steampunk, cannot allow us (as consultants) to debug custom logic, but it's possible to use a workaround to do it: you can register values in the trace by adding ABAP statements throughout your code such as:
CL_BLE_TRACE_WRITER=>write_info_message( message = |Value passed to the function: { your variable goes here }| ).
3. In case your custom logic is working perfectly, usually the root cause for the problem was the "Data Binding" in the form. Make sure you're using the correct one so the value is reaching the form properly.
Hope to give you some insigths to handle your issue.
Thanks
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
91 | |
8 | |
6 | |
6 | |
5 | |
5 | |
5 | |
5 | |
5 | |
3 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.