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>

Similar Messages

  • 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

  • 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

  • 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>

  • 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

  • Problem with titles after updating

    After i updated FCPX to 10.1.1, my titles (block-focus) look very different (in a bad way) from how they were before.
    Can i get back the titles (or at last the attributes from the old titles in v.10.0.3)?
    I mean, Motion would be a solution of course, but ain´t there another possibility?
    Greetings from Austria

    I don´t find the settings for playback-quality in v.10.1.1 any more. It´s rendered.
    The representation and how the objects move is very different now.

  • SSO (trusted authentification?) not working after update SAP BO 4.0 to SAP BO 4.1

    Dear experts,
    After update SAP BO 4.0 SP05 to SAP BO 4.1 SP04 we have the problem with SSO to http://<boserver>/BOE/BI.
    Our environment:
    SAP BO 4.1 running on AIX 6.1, integrated Tomcat7, one server (no cluster)
    In fact, tomcat is able to communicate with AD, in debug mode I see
    [DEBUG] Mon Aug 04 14:57:23 CEST 2014 jcsi.kerberos: ** credentials obtained .. ** messages.
    BUT after starting http://bodev.vse.sk/BOE/BI logon page to BI launchpad is comming, no SSO action.
    Our custom properties files:
    global.properties
    sso.enabled=true
    trusted.auth.user.retrieval=REMOTE_USER
    siteminder.enabled=false
    vintela.enabled=true
    idm.realm=AD.VSE.SK
    idm.princ=krbbod
    idm.allowS4U=true
    idm.allowUnsecured=true
    idm.allowNTLM=false
    idm.logger.name=simple
    idm.logger.props=error-log.properties
    idm.keytab=/home/bodadm/keytab/krbbod.keytab
    BIlaunchpad.properties
    authentication.visible=true
    cms.visible=true
    sso.types.and.order=vintela
    (last line I added after reading some discussions, but it didn't solve the problem)
    After update I've generated the new TrustedPrincipal.conf and saved it into /usr/sap/sap_bobj/enterprise_xi40/aix_rs6000 (also using -Dbobj.trustedauth.home=/usr/sap/sap_bobj/enterprise_xi40/aix_rs6000 in JAVA_OPTS), but it didn't help.
    Before update to 4.1, SSO was working without problems.
    Can you help me?
    How can I be sure, that tomcat is passing the correct username and using the shared secret from TrustedPrincipal.conf when logging to CMS? Is it possible to debug it?
    Best regards,
    Slavomir Kysel

    Hello Raunak,
    QUERY_STRING was working fine, so I saw that trusted authentification and TrustedPrincipal.conf are OK.
    I activated trace log for BI launch pad and checked what's going on during SSO logging.
    After some playing with parameters and reading discussions to similar problems I came to the conclusion and finally I've solved my SSO problem. Magic word is trustedVintela.
    Here is my new properties files:
    global.properties
    #sso.enabled=true
    #trusted.auth.user.retrieval=REMOTE_USER
    #siteminder.enabled=false
    #vintela.enabled=true
    idm.realm=AD.VSE.SK
    idm.princ=krbbod
    idm.allowS4U=true
    idm.allowUnsecured=true
    idm.allowNTLM=false
    idm.logger.name=simple
    idm.logger.props=error-log.properties
    idm.keytab=/home/bodadm/keytab/krbbod.keytab
    BIlaunchpad.properties
    authentication.visible=true
    authentication.default=secLDAP
    sso.types.and.order=trustedVintela
    Legacy SSO settings in global.properties are not any more needed when using new parameter sso.types.and.order=trustedVintela in BIlaunchpad.properties.
    This is working SSO configuration on our installation: SAP BO 4.1 SP04 Patch1 on AIX, authentication secLDAP, trusted authentication is enabled.
    Best regards,
    Slavomir Kysel

  • How i can Catch perticular data from internet and update SAP R/3 data?

    Hi All,
    I want to catch data from internet and want to update those data into SAP R/3 database. So how i can catch those data ?. what will be format of data to update SAP R/3 database?

    Hi,
    You need to create your own BSP pages which would be displayed on internet/HTML.
    Transaction SE80 => Select BSP application.
    Best regards,
    Prashant

  • How to change the browser title of standard SAP WD4A application - eRecruit

    Hi,
    I have a requirement to change browser title for standard SAP WD4A application hrrcf_a_candidate_registration. I know this value is used from application description filed.
    Current set up is 'Candidate Registration'. (WD Component HRRCF_C_REGISTER_UI)
    I tried to use enhancement framework technique and application customization/configuration - but was not successfull.
    I do not like the idea of changing the standard SAP object since it might be overwritten in future upgrade. And also I do not prefer to create z* copy of this application as well.
    Any ideas how to handle this request? Is dynamic modification of this property possible?
    Thanks for your feedback.
    Regards,
    Igor

    Hello,
    Did you try to change the description of the service in transaction SICF ?
    You can find the Webdynpro services under the tree /default_host/sap/bc/webdynpro/sap/.
    Regards,

  • I want to update SAP standard tables

    Hi,
    I want to update SAP tables using BAPI. can you please suggest me how can i do this and which BAPI i should use for that purpose. I want to update KNVV , FKKMAKO , FKKVKP table.

    Hello Sourabh
    I am not sure if there is a BAPI around for updating KNVV customer data. The appropriate function module would be SD_CUSTOMER_MAINTAIN_ALL.
    Regards,
      Uwe

  • Building blocks in SAP-SD

    what is building blocks in SAP-SD? and how it is prepare?

    You cannot build this !!!!!!   SAP has documented various procedures and you can go through this link for more information.
    [Building Block Library |http://help.sap.com/bestpractices/bblibrary/bblibrary_start.htm]
    thanks
    G. Lakshmipathi
    Edited by: Lakshmipathi on Jan 25, 2010 6:50 PM
    There was a typographical error.  The first sentence should have been You cannot whereas originally it was YOU CAN

  • 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.

  • Block updates from app store

    Hi,
    I am looking for a way to block updates from SPECIFIC apps via the mac app store. System updates and updates for apps that I have installed, I don't mind. But there are a few apps that I downloaded in the past and have since deleted off of my computer, but they still come up in the updates tab and I always have the notification badge over the app store icon.
    How can I block these 'old' apps?
    Thanks.

    The Apple Support Communities are an international user to user technical support forum. As a man from Mexico, Spanish is my native tongue. I do not speak English very well, however, I do write in English with the aid of the Mac OS X spelling and grammar checks. I also live in a culture perhaps very very different from your own. When offering advice in the ASC, my comments are not meant to be anything more than helpful and certainly not to be taken as insults.
    They usually go away if you hide the purchase from the Purchases list in the Mac App Store Purchases pane. Right click on the line with the app and choose Hide app.

  • Update SAP ECC 6.02 from poratal

    Hi everyone,
    We now build a portal for module PP. We need to update SAP ECC 6.02 from the portal. Today we use SAP transactions. In the past we added a couple of User Exists to these transactions.
    While using the portal all the validity checks that were added to the User Exit don't take place.
    What is the best way to perform an update from the portal to SAP?

    Hello Ester,
    I am assuming that you will be building dynpro applications and host them on a portal. You could either embed the logic of the exists in the RFC which you will be using from the portal and and if something fails return back the error message to the end user or else if its simple to embed some logic in dynpro which will do the job.
    Thanks,
    GLM

  • UPDATE SAP USER EMAIL

    Hi,
    I'm trying to update sap user email by using BAPI_USER_CHANGE BAPI. This is the code:
          CLEAR it_return.
          v_address-e_mail = ls_salida-smtp_addr.
          v_addressx-e_mail = 'X'.
          CALL FUNCTION 'BAPI_USER_CHANGE'
            EXPORTING
              username = lv_bname
              address  = v_address
              addressx = v_addressx
            TABLES
              return   = it_return.
          CALL FUNCTION 'BAPI_TRANSACTION_COMMIT'.
    When the execution finish everything seems OK but when I check in SAP user master data, email address is not updated.
    Can you tell me how can i do to make it works? or there is another way to update sap user email address?
    Thanks
    Andres

    example
      DATA: lv_addcomx    TYPE bapiadcomx,
            lt_bapiadsmtp TYPE TABLE OF bapiadsmtp,
            ls_bapiadsmtp LIKE LINE OF lt_bapiadsmtp,
        MOVE: 'X'               TO lv_addcomx-adsmtp,        "Update Flag
              ls_list-smtp_addr TO ls_bapiadsmtp-e_mail,
              ls_list-smtp_addr TO ls_bapiadsmtp-email_srch,
              001               TO ls_bapiadsmtp-consnumber.
        APPEND ls_bapiadsmtp TO lt_bapiadsmtp.
        CALL FUNCTION 'BAPI_USER_CHANGE'
          EXPORTING
            username = lv_name
            addcomx  = lv_addcomx
          TABLES
            return   = lt_return
            addsmtp  = lt_bapiadsmtp.
    You can change.. and check the su01

Maybe you are looking for

  • Error while creating Discussions for a document inside a room

    Hi, I am getting an error when i am trying to start a discussion for a document. When i go back to the details screen and try to add a discussion it shows that the discussion is actually created inspite of the error being displayed. Thanks Regards Pr

  • Live streaming from mp4 file

    Hello everybody, I know that's a noob question (as I am) but i can't make it run. I have an mp4 file and the folders structure is.... Application/test/sources/_definst_ in _definst_ source.mp4 in test folder main.asc file main.asc file contains var m

  • Which is the right hardware address?

    If I look at Prefs->Built-in Ethernet -> Ethernet, the panel quotes an 'ethernet ID'. System Profiler -> Network gives a MAC address. Both of these look like plausible hardware addresses(6 pairs of letters and digits with colons between), but they're

  • Named query problem with "like" statement

    I'm having issues with a named query that contains a 'like' statement in it. I have other named queries that have like statements that have hardcoded like values in them that work fine. (i.e. select * from foo where foo.col1 like 'foo%' ) But when th

  • Creative muvo txfm creative media sou

    converting vinyl records to mp files.instructions in creative media source read. In status display.Select recording source .eg select line in option .PROBLEM.Line in window wont activate .PLEASE HELP.Desperate woodturner