cancel
Showing results for 
Search instead for 
Did you mean: 

Purchase Order Layout

0 Kudos
237

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.

https://www.google.com/url?q=https://blogs.sap.com/2020/07/10/simple-application-to-convert-number-t...

Accepted Solutions (1)

Accepted Solutions (1)

fegutieri
Product and Topic Expert
Product and Topic Expert
0 Kudos

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

lokesh2
Advisor
Advisor
0 Kudos

We helped you to accept the answer, since there were no updates after 7 days.

You can unaccept it anytime if the answer provided was not helpful enough and you have further questions.

Answers (0)