Program name in entity annotation using sdk

Hi experts,
This is the annotation for CountryCodeDescriptionQuery,can you pls explain me what is Program name,
@EntityCodeDescriptionQuery
(entity = country, programName=CIPTCNTW)
@author One time generator
@version $Revision: #2 $
if i am writing a bussiness entity ,what program name do i need to give here?
thanks in advance,
sivaram

The program name of the T-code is not required.
I require a standard program which is used to post document in KB33N with data from input file from presentation or application server.
example is like program RFBIBL00 is used to post document in FB01, FBS1 etc.
Could any one suggest the name of program for KB33N posting.

Similar Messages

  • Program name to post document using transaction KB33N.

    Could you tell me the  Program name to post FI document using transaction KB33N.
    Also before document is posted it should appear in SM35
    Edited by: mukesh mahajan on Oct 20, 2009 12:39 PM

    The program name of the T-code is not required.
    I require a standard program which is used to post document in KB33N with data from input file from presentation or application server.
    example is like program RFBIBL00 is used to post document in FB01, FBS1 etc.
    Could any one suggest the name of program for KB33N posting.

  • Standard smartform name and standard print program name for Sales Quotation

    Hi,
    I would like to know the standard smartform name and standard print program name which can be used for sales quotation through transaction VA23.
    For eg: The standard output type for billing document (For T code VF03) is RD00 and it' smartform name is LB_BIL_INVOICE. It's print program name is RLB_INVOICE.
    Similarly, I would like to know the standard smartform name and standard print program name for AN00 output type which is used for sales quotation. .
    Regards,
    Zahid

    Hello
    std driver prgram is /SMB40/RVADOR01
    form entry is ENTRY
    std smartforms is /SMB40/SDQUO_A an du can check this the in NACE tcode.
    Output Type     AN00          Quotation
    Application     V1            Sales
       Program                   /SMB40/RVADOR01
       Form Routine              ENTRY
       Form                      RVORDER01
       PDF/Smartform Form        /SMB40/SDQUO_A                 
    Thank u,
    santhosh

  • How to find Function Module & Program Name Used by IDOC

    hii Experts,
    i want to find program name & function modules used in IDOC. I have Idoc type, Message type & extension type.
    Help me

    Hi Vinod,
    Go to transaction WE64, click on the <b>search for message type</b> or press <b>shift+F6</b>. A popup will be displayed and here enter the message type for example 'QUOTES', u will be taken to the process codes available for the message type u have entered. click on the process code and data related to that process code will be displayed in the right hand side. Now double click on the process code, a pop up with function module name will be displayed. copy that and search for where used list in SE37.
    Hope it helps.
    Regards,
    Phani.

  • Need to know the program names to which the table is used

    Hi,
    I am using a table <table1>.
    For Example : MARA table. I need to know in what are all the program's the MARA table is used .
    Please let me know in which tcode can I know the details.
    Thanks,
    Karthik

    hi ,
    use program 
    RS_ABAP_SOURCE_SCAN
    passs 'MARA' IN search field 
    and  program name field  '*'
    will give all  program .
    regards
    Deepak.

  • Program name for the query generated using sq0102-03

    Hi Folks,
    How can we know the proggram  name for the query generated using sq01 and all?
    K.Kiran.

    Hi Kiran,
    U can get program name of nay transaction code by following this procedure
    after entering tcode it will direct u to the related screen then on the tool bar select system then go for status there u can find program name
    Rewards if helpfull
    Regards,
    Pavan

  • To find program name by using session ID or name?

    Hi,
    I need to find the program name which created the bdc session( SM35) by using the session name or Session ID.How can that be done?
    Will that be stored in some table?
    Regards,
    Pooja.

    I think if the KEEP = ' ' in BDC_OPEN_GROUP FM, the session gets cleared from SM35, so for that sessions PROGID will be blank.
    So in BDC program parameter KEEP = space, PROGID in APQI table will be blank.
    correct me if i am wrong.

  • Table used for displaying print/program name of smartforms

    Hi All,
    I need the table name which is used to display the print/program name for smartforms.
    Thanks & Regards,
    Santosh

    check TNAPR , or tcode NACE .
    regards
    prabhu

  • Find package using program name/FM name.

    Hi,
    I want to find package using program name/FM name.
    Thanks,
    Amol

    open se38
    give program name and GOTO -> Attributes
    or  for forms
    open se71 and give formname and goto-> attributes
    u can findout package name.
    Regards,
    Ajay

  • Explain the annotation used in a ______ListMaintenance.java

    HI,
    Can anyone explain me the annotation used in a ______ListMaintenance.java(CurrencyListMaintenance.java) what does each attributes map in CCB and DB.
    Like the one marked in bold
    @EntityListPageMaintenance
    ( service* = CILTCURP, modules={foundation}, entity = currency, program* = CIPTCURP,
    body = @DataElement (contents = { @FieldGroup ( *_name_* = SRCH-CRITERIA,
    contents = { @DataField (name = CURRENCY_CD)})
    , @ListField (name = CURRENCY_CD)}),
    lists = { @List (name = CURRENCY_CD, size = 50, program = CIPTCURL, *_constantName_* = CI-CONST-CT-MAX-COMM-LIST-COLL,
    baseCobolGroupName* = TCURL,
    body = @DataElement (contents = { @RowField (includeRCopybook = false, entity = currency, baseCobolGroupName = TCURT)}),
    headerFields* = { "CURRENCY_CD"
    , "LAST_CURRENCY_CD"})})
    -- I want to write a ListMaintenance.java what are the mandatory attributes in the annotation.
    -- Steps required to write a ListMaintenance.java
    -- Where can we find the document for annotation?

    The problem is that ther eare no definite tests for character encoding. A particular byte stream can be valid in any number of different encodings (even if the resulting characters are not correct). If the characters don't happen to include any above unicode 127 then a UTF-8 stream is identical to the same characters in any number of different encodings.
    It's not just a matter of there being no code for it in the library, it's impossible to do with any certainty, and to do it even probabalistically you'd have to run the results through a multi-lingual spelling checker.
    If you just ask java.io to open a Reader without specifying an encoding it will assume the default encoding of your system.

  • Print a report in crystal Report using SDK

    Hi Dear;
    any body can publish a sample code how can i print a report built in crystal report using SDK?
    regards;

    Hi Dany,
    Hope the following code will help u .
    before calling the function make a XML by using dataset.writexml, in which you have to pass the name of your stored procedure.
    for this you have to decalre commantype as stored procedure.
    first parameter of this is rpt name . asecon paramer is ur xml name which you got from DAtaset.writexml.
    Sub ShowReport(ByVal rptName As String, ByVal SourceXML As String)
            Try
                Dim oSubReport As CrystalDecisions.CrystalReports.Engine.SubreportObject
                Dim rptSubReportDoc As CrystalDecisions.CrystalReports.Engine.ReportDocument
                Dim rptView As New CrystalDecisions.Windows.Forms.CrystalReportViewer
                Dim rptPath As String = System.Windows.Forms.Application.StartupPath & "\" & rptName
                Dim rptDoc As New CrystalDecisions.CrystalReports.Engine.ReportDocument
                rptDoc.Load(rptPath)
                For Each oMainReportTable As CrystalDecisions.CrystalReports.Engine.Table In rptDoc.Database.Tables
                    oMainReportTable.Location = System.Windows.Forms.Application.StartupPath & "\" & SourceXML
                Next
                For Each rptSection As CrystalDecisions.CrystalReports.Engine.Section In rptDoc.ReportDefinition.Sections
                    For Each rptObject As CrystalDecisions.CrystalReports.Engine.ReportObject In rptSection.ReportObjects
                        If rptObject.Kind = CrystalDecisions.Shared.ReportObjectKind.SubreportObject Then
                            oSubReport = rptObject
                            rptSubReportDoc = oSubReport.OpenSubreport(oSubReport.SubreportName)
                            For Each oSubTable As CrystalDecisions.CrystalReports.Engine.Table In rptSubReportDoc.Database.Tables
                                oSubTable.Location = System.Windows.Forms.Application.StartupPath & "\" & SourceXML
                            Next
                        End If
                    Next
                Next
                rptView.ReportSource = rptDoc
                rptView.Show()
                Dim oFrm As New System.Windows.Forms.Form
                rptView.DisplayGroupTree = False
                rptView.Dock = System.Windows.Forms.DockStyle.Fill
                rptView.Location = New System.Drawing.Point(0, 0)
                oFrm.AutoScaleBaseSize = New System.Drawing.Size(5, 13)
                oFrm.Controls.Add(rptView)
                oFrm.Name = "rptForm"
                oFrm.Text = "rptForm"
                oFrm.ResumeLayout(False)
                oFrm.WindowState = System.Windows.Forms.FormWindowState.Maximized
                oFrm.TopMost = True
                oFrm.ShowDialog()
            Catch ex As Exception
                oApplication.MessageBox(ex.Message)
            End Try
        End Sub

  • SQL Report Program Name Status

    I have this report that I need to modify. The problem here is that some of our deployments uses the same program/package but different advertisement. For example, I have package "ABC version 1" with program name "Install ABC version 1".
    For this particular package I have two advertisement namely "Deployment A - ABC" and "Deployment B - ABC". Now when I run the report below I am encountering the error:
    Subquery returned more than 1 value. This is not permitted when the subquery follows =, !=, <, <= , >, >= or when the subquery is used as an expression
    I am encountering this error since I have two advertisement for a particular package/program. Is there a way I can use array on this report and how do I achieve this?
    declare @Total int
    declare @Accepted int
    declare @AdvertID char(20)
    --declare @OUname char(150)
    set @AdvertID = (SELECT AdvertisementID FROM v_Advertisement WHERE ProgramName = @PckName)
    select @Total=count(*), @Accepted=sum(case LastState when 0 then 0 else 1 end)
    from v_ClientAdvertisementStatus
    join v_RA_System_SystemOUName ou with (NOLOCK) on ou.ResourceID=v_ClientAdvertisementStatus.ResourceID
    where AdvertisementID=@AdvertID and ou.System_OU_Name0 = @OUname
    select LastAcceptanceStateName as C013, count(*) as C015,
          ROUND(100.0*count(*)/@Total,1) as C016, AdvertisementID, @OUname as AD_OU
    from v_ClientAdvertisementStatus
    join v_RA_System_SystemOUName ou with (NOLOCK) on ou.ResourceID=v_ClientAdvertisementStatus.ResourceID
    where AdvertisementID=@AdvertID and ou.System_OU_Name0 = @OUname
    group by LastAcceptanceStateName, AdvertisementID
    select LastStateName as C017, count(*) as C015,
           ROUND(100.0*count(*)/@Accepted,1)  as C016, AdvertisementID, @OUname as AD_OU
    from v_ClientAdvertisementStatus
    join v_RA_System_SystemOUName ou with (NOLOCK) on ou.ResourceID=v_ClientAdvertisementStatus.ResourceID
    where AdvertisementID=@AdvertID and LastState!=0 and ou.System_OU_Name0 = @OUname
    group by LastStateName, AdvertisementID

    set @AdvertID = (SELECT AdvertisementID FROM v_Advertisement WHERE ProgramName = @PckName)
    Haven't tried running the query, but it seems as if this line might return more than one row which then will cause "where
    AdvertisementID=@AdvertID" to fail. You could use the "having" clause instead:
    http://technet.microsoft.com/de-de/library/ms180199.aspx or "where AdvertisementID in (SELECT AdvertisementID FROM v_Advertisement WHERE ProgramName = @PckName)".
    Torsten Meringer | http://www.mssccmfaq.de

  • How to find Transaction code from Report/program name ?

    Dear all,
    How to find Transaction code if i know Report/program name ?

    Hi,
    In se 38 when u open ur program,in the application toolbar u have a button beside the where-used list button as display object list.on clicking this button,a window will be opened at the left most corner for repository browser,in this u can find any tranasctions,fileds,screens,dictionary structures defined for the program.
    if any transaction is created for the program u can find it under the transaction folder.
    revert back for further queries.
    Regards,
    Sravanthi

  • Print program name for the dunning form F150_FR_DUNN_01 in sapscript

    Hi,
          I am not getting the exact print program name for the dunning form F150_FR_DUNN_01 in sapscript. After an extensive search I have come across few names of print program like SAPF150D2 and SAPLF150. But still I am not understanding which one to use for the form and also how to use it. I am unable to understand which include I should use to write my code.
    Kindly help me.
    Thanking you.
    Pujarini Patra

    Hi,
    Yes, you should be able to assign F150_FR_DUNN_01 in Dunning Forms customizing:
    and yes, I too would absolutely try to go for either a Smartform or even a PDF Form (if i'd have all the necessary setup for them, like Adobe Document Services, in the system already). I have Basis 702 SP  0011and FINBASIS 600 SP 0021, so all the following technicalities refer to those releases:
    The corresponding SAP sample Forms are:
    - F150_DUNN_SF for Smartform; and
    - F150_DUNN_SF for pdf Form (don't let the name confuse you )
    I'm not entirely sure if it's a good idea to try to convert/migrate Sapscript to Smartform and the Smartform to PDF Form - have never done that  myself and don't know how good/usable the migration result is. I just take the interface of Smartform from SAP and do the rest from scratch or by copying over the common parts of our existing custom forms.
    There are the SAP Standard wrapper FMs for SF and PDF forms already in the System:
    - FI_PRINT_DUNNING_NOTICE_SMARTF calling PRINT_DUNNING_NOTICE_SF and
    - FI_PRINT_DUNNING_NOTICE_PDF calling PRINT_DUNNING_NOTICE_PDF.
    So, theoretically, all you had to do to replace SapScripts (or even to enable all three form types) is to assign a custom BTE Event handler FM to event 1720 (for correct Application), which could detect, what type of form is assigned in Customizing and call the corresponding wrapper FM.
    As a sample for coding PDF form wrapper call one could take FI_PSO_EVENT_00001720_PDF (if you have IS-PS) in the system. I'd take out the IS-PS specific "business logic" like posting dunning charges (if it does not apply to my solution) and add the logic to decide, which wrapper to call.
    The confusing part about the customizing (Table T047E) to me is that there seems to be no form type defined anywhere in there... just the FORNR field for form name, which should apparently take the names of all three form types... I'd  try to extend that table with custom Form type field and try to regenerate Table Maintenance dialog for  view Cluster VC_T047_F... That would save the whole effort to try to detect the type for  form assigned...
    Another tip, in case you didn't know it already: you should be able to see all the Customizing paths, where T047E is involved, when you enter table name in SM30 and press "Customizing" and then "Continue w/o Specifying Project":
    The selected entry is the one you are looking for to assing your custom forms, I believe.
    cheers
    Janis

  • How to find programs' names those were created by me in a specific period?

    for example
    the input parameters are:
    programmer: sy-uname
    begda: 2007.01.01
    endda: 2007.02.01
    the outcome will list all the programs' names including webdynpro component which was created by me.
    is there a table have those entries in the system?
    thanks a lot.

    Hi,
    Use the Below logic, Enter the required fields it will diplay all the programs and web dynpro components that are created.
    TABLES: trdir,
       wdy_component.
    SELECT-OPTIONS:p_name FOR trdir-name,
             p_wname FOR wdy_component-component_name,
             p_cdat FOR trdir-cdat.
    PARAMETERS:
                p_author TYPE trdir-unam OBLIGATORY,
                p_udat TYPE trdir-udat,
                p_subc TYPE trdir-subc OBLIGATORY.
    DATA: t_trdir LIKE STANDARD TABLE OF trdir.
    DATA: t_wcomponent LIKE STANDARD TABLE OF wdy_component.
    *SELECT * FROM trdir UP TO 5 ROWS INTO TABLE t_trdir*
      WHERE cnam = p_author AND
            subc = p_subc AND
            name IN p_name AND
           cdat BETWEEN p_cdat-low AND p_cdat-high .
    *SELECT * FROM wdy_component UP TO 5 ROWS INTO TABLE t_wcomponent*
      WHERE author = p_author
      AND component_name IN p_wname
      AND createdon BETWEEN p_cdat-low AND p_cdat-high.
    LOOP AT t_trdir INTO trdir .
      WRITE:/   trdir-name,
             30 trdir-cdat,
             45 trdir-unam,
             55 trdir-udat,
             67 trdir-subc.
    ENDLOOP.
    ULINE.
    LOOP AT t_wcomponent INTO wdy_component.
      WRITE: / wdy_component-component_name,
            30 wdy_component-createdon,
            45 wdy_component-author,
            55 wdy_component-changedby.
    ENDLOOP.

Maybe you are looking for

  • Specific Vendor selection from a Customer for component in a Bulk Order

    We have a situation that for a Particular customer ordering Bulk they can only select an API based on Vendors Customer one orders Bulk A and API X but API X can only come from Vendor 1 Customer two orders Bulk A and API X but API X can only come from

  • Data Loading in BI From R/3

    Hi Experts, Subject: Time taken to extract data from R/3 to BI. 1. R/3 = I have  created a Generic data source for BSIS table, and for this i had created a function module as the Extractor. 2, Done modeling for the same in BI. it is working fine in D

  • Verizon installed a month ago and my land line phone won't work

    Had Verizon installed in December. My old internet/phone/cable provider raised their rates so I shopped around and went with Verizon. Soon after, my cordless phone would stop working. No dial tone and if someone tried to phone me, they would get a bu

  • Enhancements in Program SAPMV60A

    Hi! We' re running SAP R/3 4.7 Enterprise and would like to place some custom coding in program SAPMV60A after a new invoice has been persisted in tables VBRK and VBFA, which is done within function module RV_INVOICE_DOCUMENT_ADD via call of FM RV_IN

  • Convert fireworks *.PNG to Dreamweaver xhtml file???

    I have a fireworks *.png image which I would like to export into Dreamweaver MX. The fireworks artwork was provided by the designer to use in a Dreamweaver based website. This *.png file containes menues, images with their respective placeholders, te