Dynamic Text for Recurring Documents

Hello all,
I want to know how to use dynamic texts for Document Header field in recurring documents.
We run the recurring program each month (F.14). I would like the document header text to have the dates of that month eg "01/06/08 - 30/06/08". If we hard code this in, each month we need to go into the recurring template and change the dates for the appropriate month - this defeats the purpose of having recurring documents.
Any help would be greatly appreciated.
Thanks,
Belinda

hi Belinda,
Welcome to SDN
I think this could be done with a substitution exit. Prerequisite will be the recurring document number and if that matches, the text has to be built up acc. to the current periods. It requires some coding, but I believe it is makable.
hope this helps
ec

Similar Messages

  • Agentry - Dynamic text for Platform wizard button?

    Hi,
    I want to reuse the same screen set navigating from 2 different places.
    The text for the "Move to the Next Screen (cannot back up) platform wizard button should be different in each case to make it easier to understand for the end user. Apparently the only option is to hardcode a text, but I would like to know if it could be possible to use a rule or something to display a dynamic text for the wizard button.
    Thank you,
    Marçal

    Hi Marcal,
    Unfortunately that idea was shot down a while ago, though it would be nice.  The general dividing rule I use is if the question is appropriate for Agentry regardless of whether it is installed standalone (like Work Manager 5.3) or on any version of SMP, then it should be in SAP for Mobile.  These are usually application development or customization types of questions.  The Agentry landing page is in SAP for Mobile for that reason.  Though the line is definitely getting blurry now that Agentry apps are moved or moving to the SMP.
    If the question relates to Agentry issues which directly involve SMP (usually installation, implementation, or configuration), then it should be in SAP Mobile Platform Developer Center.
    I am planning to put together a blog or several to help go through where and why different posts should be placed.  Also one about tagging!
    Thanks, Mike
    SAP Customer Experience Group - CEG

  • CRM_ORDER_MISC 020 - Text for sales document is missing

    Hi Experts,
    While replicating from CRM-OLTP the follwing error
    Message no. CRM_ORDER_MISC 020
    Diagnosis
    Errors have occured while transferring the document into another system.
    Transmission log
    Text for sales document type ZNOR is missing in language EN (Notification E V1 119)
    Sales document 0050000062 was not changed (Notification E V4 219)
    Kindly guide me!
    Tks in advance,
    Nivea

    We get this type of error when the data that is send to R/3 is not revalnt for R/3. In your case the text id may not exist in R/3. Pls check you config.

  • Upload item text for FI document using BAPI_ACC_DOCUMENT_POST

    Hi,
    I need to upload FI document posting using BAPI_ACC_DOCUMENT_POST.  However item text that I received is too long and need to store at item long text.  So can we use BAPI_ACC_DOCUMENT_POST to upload long text for item text? If this possible, may I know how to do this.
    Thanks.
    Regards,
    ain

    Hi,
    You cannot pass item long text using this BAPI,  Call the function module SAVE_TEXT after successfull call of BAPI
    Call Save_Text with following parameters.
    Text_ID : 0001 (Notes)
    Text_object : DOC_ITEM (Line Item Text)
    Language : EN
    Text Name : Company code +Document NO + Fiscal Year + Line item ID
    Regards
    Vinod

  • Dynamic Text for data series ?

    Hi, is posible setting dynamic text in data series when use dynamic value ?
    We need show Actual Year value and Last Year value in Label for Series.
    Thank you.

    This is not possible unless you have enhancement pack 1 for visual composer which I think is still in rampup...
    Here is the enhancement noted in the article below.
    Taken from blog:
    Option to dynamically define element titles
    For chart views, form views, table views, HTML views, nested iViews and popup iViews (popup signal), you can now define dynamic titles using the Expression Editor. A new (ellipsis) button to the right of the field in the Configure Element task panel displays the Title Editor dialog box, in which you enter either or define a custom expression.
    /people/judy.kestecher/blog/2008/08/26/whats-new-in-visual-composer--enhancement-package-1-for-sap-netweaver-70

  • Table for Texts for Customs Documents - Relation to /SAPSLL/CUHD or ..CUIT

    Hi Folks!
    I am looking for the table where the text for customs declaration is stored in.
    E.g. when you write a remark or other text within a customs export declaration (on the text-tab) - in which database table is this text stored and how is the relation to /SAPSLL/CUHD or on item leve to /SAPSLL/CUIT?
    any help would be much appreciated.
    Regards,
    Ralf

    Hi Ralf,
    i have just used simple traced transaction and it leads to STXH and STXL tables.
    TDOBJECT: SLL_CUHD_C
    I believe function module reads/translated the texts.
    But this is probably only a beginning of investigation.
    Cheers,
    Gabriel.

  • Dynamic text for checkbox

    I am displaying a selection screen a checkbox  and a select-option in the same line
    the code is like this:
    SELECTION-SCREEN BEGIN OF LINE.
    PARAMETERS: p_check AS CHECKBOX MODIF ID bk1.
    SELECTION-SCREEN COMMENT 2(9) text-100 FOR FIELD p_check.
    SELECTION-SCREEN POSITION POS_LOW.
    SELECTION-SCREEN COMMENT 12(18) text-101 FOR FIELD s_bwart1.
    SELECT-OPTIONS:s_bwart1 FOR mseg-bwart DEFAULT 411 TO 412.
    SELECTION-SCREEN POSITION POS_HIGH.
    SELECTION-SCREEN END OF LINE.
    now I want to edit the checkbox text and can change and can pass it to the output as a header.
    Can we do this?
    please help me...
    in my ALV (using function modules)

    Hi SC,
    you could try the following code snippet:
    PARAMETERS: p_xcheck AS CHECKBOX.
    AT SELECTION-SCREEN OUTPUT.
      %_p_xcheck_%_app_%-text = 'hola'.
    (extracted from [SAP ABAP Help - Dynamic Parameter Texts in Selection Screen|http://help-abap.zevolving.com/2009/04/dynamic-parameter-texts-in-selection-screen/] and Dynamic changes to the text field label on a screen
    Kind regards,
    Alvaro

  • BTE for Recurring document CREATED

    Hello,
    I would appreciate if you can help me with my issue.
    I am trying to trigger and event to start my WF.
    The scenario is to start a workflow when a RECURRING ENTRY DOCUMENT is posted in the T-code FBD1, and then send it to approvers for the approval of this document. I having trouble triggering the event when this document is created in the t-code FBD1. The entries are saved in the table BKPF, so I thought I could use the BO - 'BKPF' and its event 'CREATED'. Please let me know how I can ahieve this using BTEs.
    Thank you.

    Hello,
    I have a small question here,
    the event 'CREATED', triggered through BTE 1030, belongs to the BO - BKPF. so, i guess, it will have the key fields of BO - BKPF in its OBJECTKEY. and it does have the same.
    but, the scenario wants the workflow to be triggered when a change is made too, not just created.
    creation is done in FBD1 (RECURRING FI DOCUMENT) and change is done in FBD2.
    there is this standard event 'CHANGED' that is automatically getting triggered when a change is made. which I added to my WF as triggering event. but, the event 'CHANGED' has extra three characters (system number) in front for its objectkey and hence its not passing this information (unable to bind, probably) to the WF container element of type BKPF. so, the WF gives an error.
    how do you think this can be resolved. any, help is greatly appreciated.
    thank you.

  • Dynamic Text for Field lables on screen

    Hi Friends
    I have an internal table with fields namely fieldname, language and description. Depending on the
    Field lable name declared on Dialog screen and the SAP logon language, i want to display the description on screen from internal table. Please let me know incase this is possible, if yes what's the approach.
    Thanks:)

    Hi,
    here a short example:
    TABLES: DD03M.     "Tabellenfelder mit Datenelementen, Texten, Domänen
    SELECTION-SCREEN: BEGIN OF LINE.
    PARAMETERS:       P_FIELDN LIKE DD03M-FIELDNAME.
    SELECTION-SCREEN: COMMENT 55(40) T_DDTEXT.
    SELECTION-SCREEN: END   OF LINE.
    DATA: IT_DD03M TYPE TABLE OF DD03M.
    DATA: WA_DD03M TYPE          DD03M.
    AT SELECTION-SCREEN OUTPUT.
      READ TABLE IT_DD03M INTO WA_DD03M WITH KEY FIELDNAME = P_FIELDN.
      IF SY-SUBRC = 0.
        T_DDTEXT = WA_DD03M-DDTEXT.
      ELSE.
        CLEAR T_DDTEXT.
      ENDIF.
    INITIALIZATION.
      SELECT * FROM DD03M INTO TABLE IT_DD03M
               WHERE TABNAME = 'KNA1'
                 AND DDLANGUAGE = SY-LANGU.
    Hope it helps.
    Regards, Dieter

  • Dynamic Text preparation for Command button in ADF (Tr component)

    We have one command link and our requirement is to preapre the command button text dynamicaly .?
    Details are givin below :
    I need to get the button text value form the UCMS file based on the dynamic preparation .
    The key value of UCMS is "setupfamily_group_1-8FAM4".
    In the above mentioned key value the part 1 is "*setupfamily_group*_" is static text and part 2 "*1-8FAM4*" is dynamic which i will get throuth the List of Objects.
    i.e managedServices.product.productId. here managedSercies is varible contains the Objects from the list.
    please let me know how to append the part1 and part 2 as mentioned above in Command button text field ?
    <tr:forEach items="#{pageFlowScope.myExtrasBean.managedServicesExtras}"
    var="managedServices">
    <tr:commandButton text="#{myExtrasBundle.setupfamily_group_+#managedServices.product.productId}" id="setup_service"
    actionListener="#{pageFlowScope.myExtrasBean.manageMyFamilyProducts}"
    action="vfFamilyFlow">
    <f:attribute name="productId" value="#{managedServices.product.productId}"/>
    </tr:commandButton>
    </forEach>
    We not getting how to append the Static and dynamic text for command button text filed ? pleas let me know the syntax .
    Thanks

    HI
    We have tried with above both options .its issues not resolved .
    for the first one we are getting the compile time error
    and for the second option ,when we run the dynamic value its self printing in the JSF .
    We are trying to prepare the command button text as some part dynamically and some part static and its will act as key in the XML and get the corresponding value from the UCMS .
    Thanks

  • Language translations for dynamic texts

    Hi
    can somebody pls help me on doing the translations for dynamic texts, for eg, I am getting some values into a checkbox group and dropdowns  at runtime , these values are not stored in any .xlf files,
    pls let me the know the procedure of translating these dynamic values.
    appreciate your help
    Thanks
    RAD

    Hi poojith,
    thanks for your response,
    how can I use this message pool in my code. I know the message pool has been used for warning messages and can be called in the application as wdcomponentAPI.getmessagemanager.reportWarning (.....)..
    but in my case it is a checkbox group where fields will be fetched from a database dynamically when we run the application
    for (int i = 0; i < abcprp.length; i++) {
              ICheckboxGroupElement theElement =     wdContext.nodeCheckboxGroup().createCheckboxGroupElement();
              strName = abcprp<i>.getName().toString();
                    theElement.setFieldNames(strName);
    wdContext.nodeCheckboxGroup().addElement(theElement);
    I have got more than 50 fields which I will get from the above code..
    can somebody pls explain me in the above scenario hw can we use the translation
    Edited by: RAD on Sep 15, 2010 10:03 AM
    Edited by: RAD on Sep 15, 2010 10:21 AM

  • Header text is not dispalying in english for billing document print output

    Hi All,
    I am working on script for billing document.
    I am maintain the header text for the document.I have enrted the header text in english text is not displaying in print output.If i maintain the text in french i am able to see the output.
    I am logging into the system with lanauage EN only.Can yo please let me know how can i displzy english text in my print output.

    Pass SY-LANGU as the value for input parameter LANGUAGE in FM READ_TEXT.
    Regards
    Vinod

  • Recurring Documents run schdule configuration

    Dear all,
    I have a question regarding the recurring document run schdule configuration. my example is below
    I received an insurance policy,
    Period :23.02.2011 - 23.05.2011 (for 3 months)
    amount: 15.000 USD
    First I posted this policy to vendor account
    31 vendor ABC                   15.000 USD
    40 Prepaid Exp.acc.            15.000 USD
    secondly I create a recurring document with below specification.
    *Recuring entry run*
    company code:1000
    first run on :23.02.2011
    Last run on:23.05.2011
    interval months:1
    run date:23
    transfer amounts in local currency
    copy texts
    *Document header information*
    document type:AB
    currency/rate:USD
    translation date:23.02.2011
    Post. key:40 (insurance exp.account) enter amount (for monthly 5.000 USD)
    Post. key:50 (Prepaid exp. account) enter amount (for monthly 5.000 USD)
    and than ı execute document posting by F.14 and the document posted.
    but I want to create a recurring document and posted this document according to the below calculation,
    for february 2011= 1000,00 USD (15.000 USD / 90 days X 6 day)
    for march 2011   = 5.166,67 USD (31 day)
    for april 2011     = 5.000,00 USD (30 day)
    for may 2011    = 3.833,33 USD (23 day)
    how can I configure this recurring document.
    Thank you so much.......

    Hi,
    For this scenario standard is not possible, why because if the recurring documents are maintained only for which is the amounts and date is fixed for this scenario is possibe for recurring document, then discuss with the abaper try to maintain userexits for this.
    Regards,
    Kanike

  • Templates for recurring entries in GL posting.

    Hi Gurus,
    I need step by step configuration documents for 'Templates for recurring entries in GL posting'. Any help will be highly appreciated and awarded. Thnx

    Hi,
    Please find..
    1.You need to define no range for recuring document templates always you need to give no as"X1" and no ranges(freely definable.) in "FBN1"
    2.You need to create a temlate in "FBD1" this is temlate and not actual document and it will not be updated in your books also, basically you use templates to save the time and controll your mistakes, but in recurring document template you can change all the fields like sampl document template. Here you can change the "Posting date in recurring document template, the amount will be fixed for all periods..
    3.You can post as many as you want by using recurring document template in "F.14" and here you can post the document via batch input session, you can always view these tempaltes in "F.15"
    Hope understood and you can assign points.
    Thanks,
    Vasu..

  • Problem to add the Note for Invoicing Document using Idoc

    Hi All,
    I would like to use the idoc to create the Invoicing document (MIRO). it seem can't use standard segment E1EDKT1 to create the standard text.
    Anybody have any suggestion to create this standard text?
    Regards,
    Luke

    Hi Krishna,
    I checked WE60 and tried use the E1EDKT1 to create the standard text for invoicing document.
    Document created successful but can't add the standard text in this document.
    also i try to find some exit for update the standard text. i can't find out any exit after creating the invoiceing document.
    would you please give more advise to me ?
    Regards,
    Luke

Maybe you are looking for