IDOC segment SAP ABAP [closed] - abap

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 22 days ago.
Improve this question
Hi an IDoc segment z1esui has two fields:
zzdeanqty
zzceanqty
I want these two fields which tables are fecting in sap ABAP

It is custom IDOC type with custom fields. Maybe you can try below alternatives:
Location of this type usage
Abap code scan

Related

What does this line of abap code do assign component [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed last month.
Improve this question
what does this below mentioned code in abap mean :
ASSIGN COMPONENT iv_time_col OF STRUCTURE <ls_req> TO <seq_time>.
It is dynamically getting field (field name in the iv_time_col variable) value from <ls_req> structure to <seq_time>.

how to write json code based on the existing sql code? [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 5 days ago.
Improve this question
Using below excel we have to crate json mapping .
Please, look into the below snap.
Here we have a source table and a target table using these 2 tables we have to write json code and here the logic is there using this logic we need to write the same logic json code.
Thanks in advance !

Google OR example for column generation [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 2 years ago.
Improve this question
Are there any examples of the code for the Column generation problem (cutting stock problem or any other problem) using google OR tools in C++?
Yes, as the name suggests, this does the job:
https://github.com/google/or-tools/blob/stable/examples/cpp/strawberry_fields_with_column_generation.cc

view barcode field in POS(point of sale) session [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 3 years ago.
Improve this question
odoo version:10e.
i want to display barcode field in point of sale(pos) session at anywhere on product. Is is possible through module or coding ?
Yes, this can be possible. To do that you need to add product barcode field in view. In that, you need to edit template "Product" which is located under "/point_of_sale/static/src/xml/pos.xml file.

Prestashop custom product fields [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 8 years ago.
Improve this question
I am trying to add some custom fields on my prestashop backend and, when filled, to show up in frontend. Here are some examples of what I want to implement:
And here is the frontpage:
Searched everywhere but no results. I just need an idea or an example. Thank you!