How to fetch Signature in to my custom script configured in qc02 from DSAL

Hi All,
In my requirement I need to get the signature from DSAL tcode for a particular material(may be BULK or FINISHED) while executing QC22 tcode.I already got the remaining data in to the form like QALS-KTEXTMAT , QALS-CHARG,MCH1-VFDAT and MCH1-HSDAT
by writing subroutine pool program in my script.Only thing left is need to fetch Digital Signature(signature for a material who certifies).
Help me if anyone knows.Thanks in advance.
Regrads,
Satya.

Hi Satya,
Implement USER EXIT to link the signature to your custom script.
Refer following link it may be useful...
http://wiki.sdn.sap.com/wiki/display/SAPMDM/E-SIGNATUREforMaintenancePlants-MasterData(ECC6.0)
Regards,
Surya.

Similar Messages

  • How to fetch data into my custom script configured in qc02 transaction

    Hi All,
    I configured the custom SAP-Script in place of standard script name in QC02 tcode.In my requirement when I execute QC22
    transaction the custom script will be triggered along with some data based on material number,batch number and plant.I need to fetch QALS-KTEXTMAT , QALS-CHARG, MCH1-HSDAT and MCH1-VFDAT.Please help me how to fetch this data.Any Enahancement need to use or any spot is there Please specify.
    Thanks in advance.
    Regards,
    Satya.
    Edited by: satyareddygade on Sep 8, 2011 2:13 PM

    Hi Satya,
    Try like this in your Script window text element.
    /: PERFORM FETCH_KTEXTMAT IN PROGRAM <Z Subroutine Pool program>                                                                               
    /: USING &QALS-PRUEFLOS&                                                                               
    /: CHANGING &GV_KTEXTMAT&                                                                               
    /: ENDPERFORM
    in Z Subroutine Pool program
    FORM fetch_ktextmat TABLES  intab  STRUCTURE itcsy
                                outtab STRUCTURE itcsy.
      DATA:
        lv_prueflos TYPE qals-prueflos,
        lv_ktextmat TYPE qals-ktextmat.
    *---Get Inspection Lot Number
      READ TABLE intab WITH KEY 'QALS-PRUEFLOS'.
      CHECK sy-subrc = 0.
      lv_prueflos = intab-value.
      SELECT SINGLE ktextmat FROM qals INTO lv_ktextmat WHERE prueflos EQ lv_prueflos.
      outtab-value = lv_ktextmat.
      MODIFY outtab FROM outtab TRANSPORTING value WHERE
      name = 'GV_KTEXTMAT'.
      CLEAR : intab,outtab.
    ENDFORM.                    "FETCH_KTEXTMAT
    /: PERFORM FETCH_HSDAT IN PROGRAM <Z Subroutine Pool program>    
    /: USING &*VBDPL-MATNR&
    /: USING &VBDPL-CHARG&
    /: CHANGING &GV_HSDAT&
    FORM fetch_hsdat TABLES  intab  STRUCTURE itcsy
                                outtab STRUCTURE itcsy.
      DATA:
        lv_matnr TYPE vbdpl-matnr,
        lv_charg TYPE vbdpl-charg,
        lv_hsdat TYPE mch1-hsdat.
    *---Get Material Number
      READ TABLE intab WITH KEY '*VBDPL-MATNR'.
      CHECK sy-subrc = 0.
      lv_matnr = intab-value.
    *---Get Batch Number
      READ TABLE intab WITH KEY 'VBDPL-CHARG'.
      CHECK sy-subrc = 0.
      lv_charg = intab-value.
      SELECT SINGLE hsdat FROM mch1 INTO lv_hsdat WHERE matnr EQ lv_matnr
                                                    AND charg EQ lv_charg.
      outtab-value = lv_hsdat.
      MODIFY outtab FROM outtab TRANSPORTING value WHERE
      name = 'GV_HSDAT'.
      CLEAR : intab,outtab.
    ENDFORM.                    "FETCH_HSDAT
    Use the following program symbols where you want to print.
    &GV_KTEXTMAT& &QALS-CHARG& &GV_HSDAT& and &MCH1-VFDAT&
    Regards,
    Surya.

  • How to send a custom script configured in QC02 tcode as an pdf attchement

    Hi All,
    In my requirement I configured SAPScript in QC02 Tcode.Now when I execute QC22 Tcode COA will be generated.Here before displaying the form output I need a pop up box asking a question that 'do you need a print or need to send an email?'.But an issue is how to get control on the standard program,Is there any enhancement spot or Exit to write the code for converting to pdf and to send email to the user.Help me if any one knows.If any doubts regarding the requirement please revert back.
    Thanks in advance.
    Regards,
    Satya.

    Hi All,
    In my requirement I configured SAPScript in QC02 Tcode.Now when I execute QC22 Tcode COA will be generated.Here before displaying the form output I need a pop up box asking a question that 'do you need a print or need to send an email?'.But an issue is how to get control on the standard program,Is there any enhancement spot or Exit to write the code for converting to pdf and to send email to the user.Help me if any one knows.If any doubts regarding the requirement please revert back.
    Thanks in advance.
    Regards,
    Satya.

  • How to fetch the VAT registration number of the ship to party from billing

    Dear SDN Team
    How to fetch the VAT registration number of the ship to party from the billing document.  Can you proide some information for fetching the VAT registration number of the ship to party.
    Normally only the payer VAT registration number will be displayed in the Invoice.  But in my case the Ship to party VAT number is displayed. 
    I have resolved this problem by doing the customizing setting in order to have the payer vat registration number.  But for the Old Billing documents it is more than 30,000 documents where it was printed with the ship to party VAT number.  So i need to identify those documents.
    Can you please help to resolve this problem.
    With Regards,
    Jai

    Hi,
    To get VAT from the ship to from Billing, You have to first fetch the BILLING NUMBER from the VBRK and then goto the Document flow in VBFA to get the SALES DOCUMENT NUMBER and with sales document you will get the SHIP TO number from the VBPA with the PARVW = SH
    Once you got the SHIP TO , then goto the KNA1 and get the VAT ID in the field STCEG
    so the logic will be as follows
    VBRK---VBELN and then
    VBFA--VBELN with the document Category as C
    VBPA-VBELN and get the  KUNNR with PARVW =SH
    Now with KUNNR ( ship to ) get the VAT ID from KNA1-STCEG
    regards,
    santosh

  • How to use  or call component in custom script expression

    i want to use component in custom script expression .(custom script expression is located at :
    when yow will click on one of the steps in criteria workflow
    1)there is a tag named as event on clicking the event tag,there are two buttons named edit and clear on clicking edit.there is a screen having custom as a tag,on clicking that tag there is written custom script expression, here i hav to write a code to include a component).

    you can define code in a component (a service or an IDOC Include) that you can then call from the workflow "custom" tab.
    So if your component has an include like this:
    <@dynamichtml myInclude@>
    <$do Some Stuff$>
    <@end@>
    Then in your workflow step event "custom" tab you can write:
    <$include myInclude$>
    The workflow event will then execute the <$do Some Stuff$> line.
    With a service, you would define the service in your component then call <$executeService("MYService")$> in the step event custom code.
    You cannot define includes or services in the custom script tab for workflow.

  • How to fetch owner party ID in custom jsp?

    We are implementing Oracle iSupport 11.5.10
    We are building a custom jsp (as per business requirement).
    We need to fetch owner party ID (which is further required to retrieve other data).
    Some seeded pages like ibuSRProblemDetails.jsp fetch party ID as follows:
    long userID = _context.getUserID(); 
    long employeeID = context.fetchEmployeeID(connection, userID);
    long companyID = context.getCompanyID(connection);
    long customerID = _context.getCustomerID();
    long partyID = companyID;
    if (companyID <= 0 && employeeID <= 0) partyID = customerID;
    We incorporated this logic in our custom jsp. Also included ibucincl.jsp and ibucinit.jsp, as in seeded jsp.
    However after this custom jsp is not getting compiled. (We dont know exact compilation error, because jsp gets compiled at run time on server. Also we do not have local iSupport jdev setup to check compilation locally)
    iSupport experts,
    Can you please help/suggest us in this regard?
    Thanks

    The compilation issue got resolved by including "ibucbend.jsp" at the end.
    However now we are getting NullPointerException. The stack trace is as follows:
    <!-- Error stack of the JSP exception if any:
    java.lang.NullPointerException
         at oracle.apps.jtf.admin.adminconsole.WebNavigationRenderer.renderEnd(WebNavigationRenderer.java:103)
         at oa_html._xxeegibuViewProducts._jspService(_xxeegibuViewProducts.java:1847)
         at oracle.jsp.runtime.HttpJsp.service(HttpJsp.java:119)
         at oracle.jsp.app.JspApplication.dispatchRequest(JspApplication.java:417)
         at oracle.jsp.JspServlet.doDispatch(JspServlet.java:267)
         at oracle.jsp.JspServlet.internalService(JspServlet.java:186)
         at oracle.jsp.JspServlet.service(JspServlet.java:156)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:588)
         at org.apache.jserv.JServConnection.processRequest(JServConnection.java:456)
         at org.apache.jserv.JServConnection.run(JServConnection.java:294)
         at java.lang.Thread.run(Thread.java:637)
    WebNavigationRenderer.renderEnd() is called in jtfdnbarbtm.jsp (which is included in ibucbend.jsp)
    // render the bottom part of navigation UI
    oracle.apps.jtf.admin.adminconsole.WebNavigationRenderer.renderEnd(
    oracle.apps.jtf.admin.adminconsole.WebNavigationRenderer.getWebNavigationContext(pageContext),
    pageContext);
    For reference, WebNavigationRenderer.renderEnd() code is as follows:
    public static WebNavigationContext renderEnd(WebNavigationContext webnavigationcontext, PageContext pagecontext)
    throws Exception
    if(webnavigationcontext.getMenuConfig().dataOnly)
    return renderEndDataOnly(webnavigationcontext, pagecontext);
    } else
    return renderNavigationEnd(webnavigationcontext, pagecontext);
    Can somebody please advise on how to overcome this NPE?
    Thanks

  • How to get MOSI API values (like Customer GUID, Subscription GUID etc.,) from Office 365 PowerShell

    Hi MOSI Team,
    I need Customer GUID, Subscription GUID which were created by OrderManagement API (CreateCustomerAccount, PlaceOrder) with Office 365 PowerShell (either Exchange or MSOL) script.
    Is it possible?
    Thank you in advance.
    Regards,
    Sashi

    Reading that, it has not improved and its May 2014.
    Dave Baker | AIDE for LightSwitch | Xpert360 blog | twitter : @xpert360 | Xpert360 website | Opinions are my own. For better forums, remember to mark posts as helpful/answer.

  • In Third Party sales order processing how we come to know that the customer

    Hi SAP SD Gurus,
    In Third Party sales order processing how we come to know that the customer is recived the Goods from the vendor?
    Thanks & Regards,
    Sreenivas.P

    From a high level view, the behavior should work like this:
    -  Sales order placed from customer PO via Tcode VA01. Purchase Requisition created upon saving the order
    -  Purchase order created with reference to Purchase Requisition via Tcode ME21N
    -  Receive confirmation from vendor that goods have shipped via EDI
    -  Create invoice receipt to vendor via Tcode MIRO
    -  Create billing document to bill customer via VF01

  • Multiload custom script

    Hi,
    I know people aren't too keen on handing out free scripts on this forum as they're difficult to create, but I was hoping someone could give me some pointers on how to perform a multiload using a custom script. I've managed to do a batch load before but I can't get the multiload working and there aren't any good examples in the admin or API docs.
    Below is a redacted copy of my script - it fails when it gets to the fStructGetText statement...
    I would greatly appreciate any advice on how to get this working :)
    Thanks!
    Sub LoadForecastData()
    Set MPENG = CreateObject("upsMPLDMw.clsMPLoader")
    MPENG.mInitialize API, SCRIPTENG
    fileName = "\\server\folder\multiload.csv"
    ' The step below is the one that fails
    MPENG.fStructGetText ( fileName )
    ' Not sure where to get the ColLoadSet for the second parameter below
    MPENG.fMultiImportText ( filename, ColLS )
    End Sub

    Thanks Tony.
    There is a way of scripting it separately from a batch but now that I realise that the batch does multi-loads too (and it's very easy to script) I have taken that route. Also I added some custom functions to the end of my script to facilitate moving files around (when automatically dropped on a network share) and it works a treat!
    I also had a look at your blog which is very enlightening - thanks
    Mark

  • How to fetch data from Customer (Centrally) XD03...

    hi friends,
    how to fetch the data which is maintained in the transaction XD03.
    flow to reach the required data: XD03 --> enter customer number and press enter --> now it takes you to the next screen --> in menu bar EXTRAS --> TEXTS (here we can see the document with the column Description, 1st line and few more...
    here my requirement is to fetch the details that are maintained in the columns DESCRIPTION and in 1st LINE.
    so can i know any function modules or tables where i can fetch or find this data...
    ...thanks in advance

    Hi,
    Use the Function module  READ_TEXT
    Pass the values for the following Parameters in the function module..
    ID
    LANGUAGE
    NAME
    OBJECT
    goto  XD03 --> enter customer number and press enter --> now it takes you to the next screen --> in menu bar EXTRAS > TEXTS Double click on the value of the  Description  column.. this will take to the WORD Document now click on the Menu GOTO> HEADER , this will display TEXT NAME, Language, TEXT ID & the TEXT OBJECT

  • How to fetch the Table Control data to Customer Table(Z-Table) ?

    How to fetch the Table Control data to Customer Table(Z-Table) ?

    Hi Krishna,
    Check this sample programs
    http://www.planetsap.com/online_pgm_main_page.htm
    http://sap.niraj.tripod.com/id29.html
    http://www.sapdevelopment.co.uk/dialog/tabcontrol/tc_basic.htm
    Have a look at below links. It will help you.
    http://help.sap.com/saphelp_nw04/helpdata/en/9f/dbac5135c111d1829f0000e829fbfe/content.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/9f/dbac1d35c111d1829f0000e829fbfe/content.htm
    Thanks,
    Reward If helpful.

  • How to fetch post goods issue date and sales order creation date

    Hi All,
    How to find out the difference between SD Sales Order Item Creation Date and final Post goods issue Date. I would like to know how to fetch those dates and what is the relationship between the tables from which i will get the dates.
    Please let me know the solution .
    Thanks in advance.

    Hi,
    Sales order creation date is when u raise a sales order in favor of the customer using VA01.......using ATP logic system purposes the material availability date....
    after saving ur sales order...when u raise the Delivery using VL01n  w.r.t to OR...than u have to perform picking ....In the picking Tab...specify the amount to be picked than press Post Good Issue....means the goods left the company premises ..
    You can the fetch the values using tables-  Use T code   SE12  or SE16
    Vbak-----order header
    Vbap-----order item
    Vbek-----order schedule line
    Likp-----Delivery header
    Lips----Delivery item

  • How to fetch data for the Change Request in PROCESS_EVENT

    Hi All,
    I need to write some custom logic on Save/Submit button. For this I am planning to enhance the PROCESS_EVENT method of class CL_USMD_CR_MASTER. Within this method I need to access runtime data of the change request currently being processed.
    I am going to create a post-method exit for this PROCESS_EVENT method. Is this correct?
    I have heard we have APIs in MDG which can be used to fetch data, however I do not know how to use the same.
    Can someone please help me with sample code how to fetch the runtime data of the Change Request
    Thanks in advance.
    Regards,
    Vanessa

    What MDG domain are you working on? What you are trying to do is called "reuse mode" enhancement and you do NOT want to tinker with the FPM feeder classes in this case. SCN document Configuration and Enhancement of SAP Master Data Governance contains many examples on how to achieve this.
    This is a how-to document for MDG-M reuse mode enhancement: Extend MDG-M Data Model by a New Entity Type (Reuse Option)
    This is a how-to document for MDG-C/S reuse mode enhancement: SAP How-To Guide: Extend the MDG Business Partner - Node Extension (Reuse Option)
    Keep in mind, these examples are mainly for additional "master data" fields. If you need additional fields that are not master data but are more related to the Change Request itself, you should use this how-to document: Enhancement of the User Interface Building Block for Change Requests
    Again, all of these documents can be found on the first document I referenced above. I suggest that you bookmark it.

  • How to dynamic order of groups & How to fetch data at runtime from database

    Post Author: ferikpatel
    CA Forum: Formula
    I am using visual studio .net application having inbuilt crystal report feature. Now, what I want to do is, i have create 5 groups in crystal report, but dynamically want to change the order of those reports as per user's selection.
    How to do that?
    Also, how to fetch database item on runtime which is not selected through data expert as its relation is depends on situation. Say if one field's value is 5 than i want to get name of customer, but if same field's value is 6 than i want to get name of suppliers. In database both supplier and customers tables are different however they are connected with base table.
    I'm bit new in crystal report. Please help me out if it is possible.

    Post Author: Charliy
    CA Forum: Formula
    You don't actually change the order of the groups.  You group on a formula and change contents of the formula based on the parameter.
    IF {?Group1} = "Manager" then {table.Manager}
    else if {?Group1} = "Invoice Date" then Totext({table.InvDate},"yyyyMMdd")    note all options must be the same date type, so numbers and dates are converted
    else . . .

  • How to fetch the contact person of the Vednor in SRM

    Hi All,
       I need to display the Contact Person of the vendor which is maintained in XK03(contact person(view)).
         ->How to fetch that name in the SRM ?
        ->Is any FM exists ?
    Thanks and Regards
    Channappa

    Hello Channappa,
    Contact person is only significant for Bid Invitations.
    For Bid Invitations, you don't have a Vendor but a Bidder with one or several Contacts Persons.
    So, when you are in BBP_BID_INV transaction, when you look for bidders to link to your bid invitation, you will find their contacts: this is standard process.
    In SAP GUI transaction BP, you will see bidder contacts if customizing done to use BBP_VENDOR_SYNC report to replicate vendors is correctly maintained.
    Regards.
    Laurent.

Maybe you are looking for

  • Problem with facetime in my ipad mini

    When using Facetime on my ipad mini,  sometimes the screen will turn black then an apple logo will appear, looks like it reset. I already tried resetting my ipad but still the same.

  • Generation of XML file out of iView

    Hi, Is it possible to generate the xml file with the content of the actual iView? If yes, then please tell me how it is possible? Thanks in advance, manish

  • Using Aperture to proof for the web

    Hi friends, I work with photos almost exclusively to publish on the web. I was hoping to use Aperture to speed up my workflow without taking every image through Photoshop. However, it appears to me that Aperture doesn't do much to successfully proof

  • Alert me setting - daily or weekly summary

    When I add a alert to my document library, I get the confirmation that the alert has been succesfully created. A daily or weekly summary does not work.  Only an immediately alert works. Does anyone have an idea? Thanks

  • What is the functionality of subcontractor PO-kit?

    what is the functionality of subcontractor PO-kit?