Dear all experts,
I am trying to create another field in the qty explosion of production bill of material. The report will show a certain information that is taken from an item ledger entry field. But I can't create it and always syntax error.
In the report design:
item <item>
integer <bom loop>
integer <integer>
in the section :
there will be :
bom level, qty, unit of measure and total qty.
I wan to add another information there. Pls let me know if there is a possibility to do that.
thank you.
rgds,
Mark
0
Comments
If you are geting a syntax error when you try and close and compile the report, you probably have missed a semi colon, or a quotation mark somewhere.
As far as your business problem goes, please clarify what you want to do.
1. level
2. item no.
3. description
4. bom qty
5. unit of measure
6. totalqty
in the body, I want to add some information that is taken from item ledger entry. I have tried to add item ledger entry in the dataitem below the last integer, and set the properties and writing its coding in the section onaftergetrecord(). I do it by seen the report ID # 801 but it's not work good. So pls let me know if I can make it or not and how to make it.
rgds,
MArk
1. You've mentioned you encountered . What is the message? #-o
2. If you want to retrieve information from Item Ledger Entry, you can always define it as a variable. However, it depends how is the presentation (on a report).