I am very thankful for the suggestion. But, I am using standard Axapta XL wizard for the import. Where do I write the job? or do I need to customiza sysDataImport**** classes?.
or do I need to write that logic in "conversion Tab' part of the dataimport group/table setup??
Thanking you for your help.
kind regards,
Subbu
Girish B <[EMAIL PROTECTED]> wrote:
Girish B <[EMAIL PROTECTED]> wrote:
you need to write
inventdim.clear();
inventdim.config = "value";
...
inventdim = inventdim::findorcreate(inventdim);
BOM.inventdimId = inventdim.inventdimId;
well i had created jobs in order to import the BOM,
BOMTable and BOMVersion for our clients. the above
lines would include the required inventory dimensions
and then attach it to the lines.
--- Subrahmanyam Mamidi <[EMAIL PROTECTED]> wrote:
> Hi,
>
> I am trying to upload master BOM data from SAP to
> Axapta3.0 using Import wizards. Well, I have
> populated all the data for Item Master and then
> Configurations with the appropriate relevent data.
>
> After that, I created another wizard to import BOM
> data. On the BOM lines form ( BOMConsistsof) There
> are two fields called configuration and warehouse
> fields which are getting derived from InventDim
> Table. How can I include these fields and import
> them along with BOM data?.
>
> Because when I manually add configuration and
> warehouse, there would be a record generated in
> InventDim.......
>
> How can I ship this information and import along
> with BOMs???.
>
> Thanks in advance.
> regards,
> Subbu
> SDBC
>
>
> ---------------------------------
> Do you Yahoo!?
> Yahoo! Mail - Easier than ever with enhanced
> search. Learn more.
___________________________________________________________
ALL-NEW Yahoo! Messenger - all new features - even more fun! http://uk.messenger.yahoo.com
Sharing the knowledge on Axapta.
Do you Yahoo!?
Yahoo! Mail - Easier than ever with enhanced search. Learn more.
Sharing the knowledge on Axapta.
Yahoo! Groups Links
- To visit your group on the web, go to:
http://groups.yahoo.com/group/Axapta-Knowledge-Village/
- To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]
- Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.