Cad title block cofig docs required

Hi All.
I am also working on the integration of CAD integration with mySAP PLM.
I am using AutoCAD 2007.
As per the settings suggested in this thread, I have already completed it.
Still, I am facing the problem with Title Block field Mapping.
In this regard, I have done following steps:
1. Title Block Bordering is done.
2. Customizing for SAP--> CAD is completed.
3. Customizing for CAD--> SAP is done.
While saving the Drawing document using DIR, the Document number, version etc details do not replicate to the CAD desktop.
Can anybody help me out in this?
Regards
Rahul M Pathak
9833137830

Hi Rahul,
I believe you are using CIDEON interface of AutoCAD with SAP,
Have you done all the CFG file settings? i.e. "TbkMapping"
& "SystemCfg" settings
First:
Cfg-File\SystemCfg\Defualt\SaveDark\BAPI_DOCUMENT_CREATE2\DOCMENT DATA
Here
Document Number--*
Document Type---  %PROPERTY(DOKTYPE)
DOCUMENT PART----- 000 OR 001
DOCUMENT VERSION -
00
DESCRIPTION -
% NEW DOCUMENT %
CAD INDICATOR -
X
ECNNUMBER -
  %ENV(INV_CHANGE_NO)
Second:
Cfg-File\SystemCfg\Defualt\SaveDark\BAPI_DOCUMENT_CREATE2\DOCMENTFILES\Line_0
here
ORIGINAL TYPE -
1
DOCFILE -
%FULLNAME%
WSAPPLICATION -
ACD
Cfg-File\LocalCfg\TbkMapping
here
TITLE -
  DOC_DESCRIPTION
HELD -
DOC_LABORATORY
SHTNO------DOC_DOCUMENTNUMBER
etc
etc.....
NOTE:-
We have used a Function Module to call the Title block "CAD_GET_TITLE_BLOCK_DATA" & included under "ZXCADRU01"
here we have defined all the myfields to be mapped in the TbkMapping
Regards
Rehman
Reward Your Points if Useful

Similar Messages

  • Title block and WSApplication

    Hi All,
    <b>under spro>>CA>>doc mgmt>> gen data>>define workstation appln>>define template fr oiginal files</b>
    what is significance of this?
    also,
    <b>Can anyone send me doc on title block settings stepwise.</b>
    screenshots would be gr8 help.
    can some1 tell me where is user exit?
    im using Inventor 11 sap integrator provided by cideon...
    with points
    Niranjan

    > Hey Rehman
    >
    > u r tooo good man
    >
    > points given
    >
    > i was thinkin on same lines for my 1st query
    > still 1 query how can the template will be taken from
    > SAP to  CAD.
    > i mean ll this be done at the time of saving doc or
    > checkin.
    > can u pl tell me the steps to follow to be successful
    > in templatization.
    >
    >
    > tell me @ second
    >
    > can u send any doc or screens on CAD Title Block.
    > [email protected] is the mail id
    >
    > once again thanx fr help...
    Hi Niranjan,
    You are not taking a template from SAP to CAD.
    In CAD Interface always you should work with CDESK i.e through CADDESK.
    It is imperative to use the transaction CAD Desktop in Order to establish the link between the Cad drawing and Document Info Record(DIR ) while the drawing needs to be updated for title block entries.
    The Following Procedure for working with CAD for Titleblock updation.
    1. Open ACAD/Inventor ,  you see the SAP icon on the ACAD menu (top right)
    2. Opend SAPview of CADDESKTOP i.e. AutoCAD/Inventor> SAP>CAD DESKTOP--->SAP VIEW.
    3. Choose Working Directory for the Cad desktop log files.
      Prefarably ( C:\Sap WorkDir\Acad  or Inventor)
    4. Enter DIR key (doc # + doc type ) you wish to edit
    Result: SAPView tab is populated with DIR
    5. Choose SAP View -> Originals-> Edi Originals
    6. A Successful checkout shows ("File Copied")
    7. choose "Execute" to edit the Original file. & Edit the drawing.
    8. Save
    This is the procedure you should follow to work with SAP-CAD when you have CAD Interface only this will update your Title block and likage will be maintained.
    But you should use Function Module to mention all the Technical names of the Fields you need to maintain in the Title Block.
    The in CFG File you need to map those fields.
    i.e. in path
    Cfg-File\LocalCfg\TbkMapping
    Here you need to map all the required fields (DIR Fields in maintained in Function Module & the Template (ACAD/Inventor) Attributes)
    Hope you are Clear.
    Regards
    Rehman
    <b>REWARD POINTS IF USEFUL</b>

  • Title block updation-SAP-CAD

    Hi,
        We are using cideon software for CAD-SAP integration. We have introduced new screen in SAP DIR. The informations avl in addl screens and other fields (For ex. Lab/office,Description) has to be transferred from SAP to CAD by titleblock updation. It was working in the initial testing. In the recent past, the Titleblock updation is not happening. We have tried several options. But went in vain. Can somebody guess what could be the problem?
    Prasanna
    Points will be awarded for good answers.

    Hi Prasanna,
    First thing you need to check is the CFG file,
    <i><b>Cfg-File\LocalCfg\TbkMapping</b></i>
    TITLE                    <b>DOC_DESCRIPTION</b>
    HELD                    <b>DOC_LABORATORY</b>
    DWGNO                <b>DOC_DOCUMENTNUMB</b>ER
    SHTNO                 <b>DOC_DOCUMENTPART</b>
    DOC                     <b>DOC_DOCUMENTYPE</b>
    TITLE2                  <b>USER_DYN_DESC2</b>
    ISS                       <b>DOC_DOCUMENTVERSION</b>
    MATERIAL1           <b>USER_DYN_RAWMAT</b>
    MATERIAL2           <b>USER_DYN_MAT_DESC1</b>
    FINISH1                 <b>USER_DYN_FINISH1</b>
    FINISH2                 <b>USER_DYN_FINISH2</b>
    DWSG                   <b>USER_DYN_DRAWN_SHRT</b>
    CHSG                    <b>USER_DYN_CHKBY_SHRT</b>
    PESG                    <b>USER_DYN_PESG_SHRT</b>
    PARTNO                <b>DOC_DOCUMENTPART</b>
    etc
    Check all your SAP DIR Fields mapped to Title block, these are used in the USER EXIT  <b>"ZXCADRU01"</b>
    The Function Module which is used to call the TITLE BLOCK is:
    <b> "CAD_GET_TITLE_BLOCK_DATA"</b>
    Check this Function Module working/activation etc. & even check "EXIT_SAPLCADR_001"
    <u>THEN CHECK AGAIN CHECK FOR CFG FILE MAPPINGS.</u>
    <b><i>Cfg-File\UserCfg\Default\Triggers</b></i>
    <i>PdmSavecomplete:</i>         <b>UpdateTbk</b>
    <i>PostCopyAndReplace</i>     <b>UpdateTbk</b>
    <i>PostNewVersion</i>             <b>UpdateTbk</b>
    I hope this will solve your issue of Titleblock Updation.
    Regards
    Rehman
    <b>Reward your Points.</b>

  • CAD to SAP data transfer (Title block integration)

    Hi,
    Im using Cideon's CAD integration tool.
    I can able to transfer the data from SAP to AutoCAD Title block.
    But not able to transfer data from Title Block to SAP.
    Eg.
    If I give "Test Title block" in description field of DIR. Its getting updated in ACAD Title Block's Description field. So SAP to CAD data transfer is ok.
    But if I change the data in ACAD title block as "Test Title Block updated" its not getting updated in the document field of DIR?
    How to make the config settings? Can anybody help?
    If possible give an example.

    Hi Niranjan,
    Sorry for the delay i was in a training.
    In TbkMapping I have mapped the Description Field of SAP to Description attribute of ACAD Titleblock. So SAP to CAD is fine.
    To do the data transfer from CAD to SAP, I tried with the UpdateDir like this
    SystemCFG>default>updateDIR>BAPI_DOCUMENT_CHANGE2>DOCUMENTDATA>
    I made an entry like,
    Key as "DESCRIPTION"
    Value as "%TITLEBLOCK(GEN-TITLE-DES1)"
    and
    SystemCFG>default>updateDIR>BAPI_DOCUMENT_CHANGE2>DOCUMENTDATAX>
    I made an entry like,
    Key as "DESCRIPTION"
    Value as "X"
    I have created an object named as DOCUMENTDESCRIPTIONS
    SystemCFG>default>updateDIR>BAPI_DOCUMENT_CHANGE2>DOCUMENTDESCRIPTIONS
    Inside that I have created an object LINE_0
    LINE_0 Contains
    Key as "LANGUAGE_ISO"
    Value as "EN"
    Key as "DESCRIPTION"
    Value as "%TITLEBLOCK(GEN-TITLE-DES1)"
    Pls tell me if im wrong. what other settings i need to do?
    MRK

  • Adding title block to PDF docs

    I'm using software that's similar to AutoCAD for furniture plans, but it doesn't create a nice title block so what I do now is just convert the building plans to PDF's and send them away. I'm wanting to create a nice title block that I could add into these plans after I convert them to PDF's. Are there any programs that could help me do that?
    Thanks

    You can use Acrobat pro.
    Please check this forums http://forums.adobe.com/community/acrobat to see if any recommendations help.
    Thanks.

  • Cannot put unique info in title block in hierarchical design

    To identify the differences between subcircuits in a hierarchical design (such as channel number!!)  I tried to use a title block.  No matter what is placed on the schematic page, all blocks get the same data.  The only exception appears to be the "renumber" function that allows you to "lock" the REFDES.  That function is poor too, because to get REFDES numbers that are in a configuration compatible with the subcircuits, they have to be entered, one at a time, by hand --- painful.

    To identify the differences between subcircuits in a hierarchical design (such as channel number!!)  I tried to use a title block.  No matter what is placed on the schematic page, all blocks get the same data.  The only exception appears to be the "renumber" function that allows you to "lock" the REFDES.  That function is poor too, because to get REFDES numbers that are in a configuration compatible with the subcircuits, they have to be entered, one at a time, by hand --- painful.

  • Webdynpro Docs Required

    hi,
    can you send me some links for Webdynpro Documents or some documents for webdynpro (ABAP)
    as well can u send me some links related debugging of webdynpro ABAP.
    documents for Webdynpro ABAP.
    kindly send them earliest possible.
    thanks,
    shanky

    Hi Shanky
    Webdynpro Docs Required
    WDA in SAP Help
    http://help.sap.com/saphelp_nw2004s/helpdata/en/7c/3545415ea6f523e10000000a155106/frameset.htm
    Web Dynpro for ABAP in SDN
    https://www.sdn.sap.com/irj/sdn/developerareas/webdynpro?rid=/webcontent/uuid/512040e1-0901-0010-769c-c238c6ca35d9 [original link is broken]
    Developing ABAP Applications Using Web Dynpro
    http://help.sap.com/saphelp_nw2004s/helpdata/en/42/d41b25d2216babe10000000a1553f6/frameset.htm
    Web Dynpro ABAP: Development in Detail
    http://help.sap.com/saphelp_nw2004s/helpdata/en/03/0048413e466e24e10000000a155106/frameset.htm
    WDA Sample programs & tutorials
    https://www.sdn.sap.com/irj/sdn/developerareas/webdynpro?rid=/library/uuid/49f2ea90-0201-0010-ce8e-de18b94aee2d
    Web Dynpro ABAP Demonstration Videos
    /people/thomas.jung/blog/2006/06/20/web-dynpro-abap-demonstration-videos
    Please post Webdynpro abap queries in WebDynpro abap Forums.
    Thanks,
    Tulasi Palnati

  • PROE Integration title block

    Hi,
    I'm trying to update the title block of the drawing in PROE with the Revision field after release of the DIR. The problem I'm facing is that the document cannot be checked out post release and hence I'm unable to update revision field in the Title block of the drawing.
    Also the "Update Parameters" in .Reiss doesn't have "Update Revision" Option. Please let me know how I can achieve this.
    Thanks in advance

    Hey Niranajan,
    I understand we can continue versioning after release.
    My question is about updating the title block parameters after the document is released (or in locked status), for example,
    Example 1.  I want the status in the title block to be changed from "create" to "In work" to "review" to  "released" as the DIR status changes. I'm able to achieve "create" and then "In work" in title block as the status gets updated when I check out the document, but review and release are locked statuses so when I promote the document to relelase the status entry in the title blok isn't getting updated.
    Example 2. I also want to update the revision of  a released (i.e. locked) DIR in the title block.
    I know this can be achieved by having custom code along with a conversion engine but would like to know any other simple updating techniques if any!
    please let me know if you need more details,
    Thank you

  • Title block for Stickies - how to make?

    I have (3) stickies on my desktop.
    One of them has the first line of the text of the note in the Title Block when the Sticki is collapsed
    The other two Title Blocks are blank.
    I can't, for the life of me, remember how I created the first one.
    Skickies Help doesn't seem to have an answer to this.
    Anyone know how to do it?
    Thanks,
    Danty

    Thanks, Charlie
    It actually was THAT easy.
    I had put my text a line down on the "empty" title block stickies.
    Danty

  • Block Sales Docs based on payment terms

    How can we block the sales documents for a customer who has not paid within the given due date based on the payment terms? 
    Thanks and regards,
    Bharath S

    Hi Bharath,
    Use the stored procedure to acheive your requirement and also check the thread
    On hold if outside payment terms
    *Close the thread if issue solved.
    Regards
    Jambulingam.P

  • No records in titl block when running in application server

    hi all,
    i am facing problem when running forms in application server. the error msg whcih is coming is FRM-41092: No Records in block TITL.
    can any one help pls.....
    Regards
    Natesh

    how about - directly after querying the master record...
    go_block(<block>)
    if :blk.key (or :blk.rowid) is null then
      SET_ITEM_PROPERTY('<buttonname>',enabled, property_false);

  • Finder: How 'Search' only for words in my doc TITLES, not inside docs?

    When in Finder, using 'Search' for keywords, I'm getting EVERY doc that has that word INSIDE the doc.
    Way too much information.
    Please.
    Usually I ONLY want to Search for that word in the doc TITLE.
    Can't i do this?
    Thanks for your help.

    You can also do this from the Spotlight menu bar search. Just use name: and then the word in the name you wish to search for, e.g.
    name:spotlight
    For other ways to tailor a query, see:
    http://www.macworld.com/article/132788/2008/04/spotlight2.html
    Regards.

  • Neha.R how many levels we can block billing docs...?

    Hi SAP GURUS,
    How many levels we can block billing documents.
    how it is imapact of billing levels.
    send me every level of impact , and how is to be......
    Advance Thanks
    Neha .R

    Hi G. Lakshmipathi,
    Thanks for your suggestion,
    My Question is where we can make setting this kind of Requirement.
    Based on customization only it impact in SO level .
    Thanks,
    Neha.R

  • Quick way for CAD dwg block to illustrator symbols

    I am going to open an autocad dwg file in illustrator. The dwg file for ease has "blocks". "Blocks"in autocad are synonymous with what "symbols"are in illustrator. If I change one, the rest of the copies of the same change automatically. Unfortunately when I open the dwg file in illustrator, this dynamic change facility gets lost. The blocks lose their property of dynamic automatic change.
    Is there a fast way or some streetsmart trick to speed up and enable changes in illustrator file converted from dwg format
    or
    I have to make 1 "block"a "symbol"in illustrator, i.e. the usual old school cumbersome method requiring lot of time...and get moving. ?

    That's what symbols do in Illustrator.
    You would have to create one symbol and then replace the converted blocks by symbol instances in Illustrator.
    You might take a look at the script "Find and replace graphics"
    Kelso Cartography

  • EAM Asset Number Open Interface  - Technical Reference docs required

    Hello,
    I'm developing a migration of EAM assets.
    I have no issue by filling the interface tables MTL_EAM_ASSET_NUM_INTERFACE and MTL_EAM_ATTR_VAL_INTERFACE and then running the "Import Asset Number" standard functionallity.
    But, I need to work with genealogy information. The table MTL_OBJECT_GENEALOGY_INTERFACE is used to relate parent and child assets .. but when I run "Import Asset Number" nothing happens .. I mean, if I query the asset in the application, I can see it without the parent asset association.
    Now, I'm trying to use the API's for EAM, but until now without success ...
    I saw that there exist a "Technical Reference" document for EAM .. but I can't find it ...
    Do you know from where I can download it ? ...
    or, if the mentioned document does not exist anymore
    Do you know where I can find documents about eAM Open Interface, more detailed than the information of the "Implementation Guide" ?
    Thanks in advance,
    Sergio Maestri

    Did the original poster ever find a resolution to this issue? I'm seeing the same behavior. I examined all of the documentation listed in the post already (though I can't find doc 256410.1).
    In my example, my child asset is a rebuildable asset, but that won't always be the case. Even though I see that the Import Asset Genealogy request has run successfully, my record doesn't change. I should get an error  as I'm deliberately trying to create a new parent-child relationship with a child that currently has a parent. This gives me an error message in the Maintenance Super User -> Asset -> Configuration History page.
    Here's what I did to create the import record:
    insert into MTL_OBJECT_GENEALOGY_INTERFACE
    (INTERFACE_HEADER_ID, LAST_UPDATE_DATE, LAST_UPDATED_BY, CREATION_DATE, CREATED_BY, BATCH_ID, GROUP_ID, OBJECT_TYPE, PARENT_OBJECT_TYPE, GENEALOGY_ORIGIN, GENEALOGY_TYPE, PROCESS_STATUS, IMPORT_MODE,
    ORGANIZATION_CODE, INVENTORY_ITEM_ID, SERIAL_NUMBER, PARENT_ORGANIZATION_CODE, PARENT_INVENTORY_ITEM_ID, PARENT_SERIAL_NUMBER, START_DATE_ACTIVE) VALUES
    (MTL_OBJECT_GEN_INTERFACE_S.NEXTVAL, sysdate, 1068, sysdate, 1068, 100, 100, 2, 2, 3, 5, 'P', 0,
    'EM1', 8319, 'Battery1000', 'EM1', 7885, 'FL1020', sysdate);
    The only way I could get this to work was to set the MTL_OBJECT_GENEALOGY_INTERFACE.PROCESS_STATUS = 'R' and then call EAM_GENEALOGY_IMPORT_PUB.import_genealogy via PL/SQL. If I did that, I didn't get an error back from the PL/SQL call, but I did get a decent message in the ERROR_MESSAGE field of the interface table: "Child Battery1000 already has a parent FL1030 from 15-DEC-2006 10:43:50; the open period from 16-AUG-2013 15:55:52 overlaps with it."
    The Parameters dialog for the Import Asset Genealogy request only works if PROCESS_STATUS = 'P' and the EAM API only works if PROCESS_STATUS = 'R'.
    Is it me or does this seem poorly thought out or at the very least poorly documented?

Maybe you are looking for