Regarding Text

Hi friend,
I created two sales orders with same SP, SH, shipping point and requested delivery date and i maintained texts in both sales orders.
I created one delivery from two sales orders using the t.code VL10A.
Now my client requirement is "text" must be determined  from  second sales order into delivery document.
Is it possible in sap standard or not. If yes, how can i achieve that. Otherwise what can i do to achieve my client requirement.
Thanks in advance.
Regards,
Govind.

Hi Govind
well as i see all the texts will  get copied and since its a combined delivery i guess there is nothing standard available in the system .....
Lets see if this user exit helps your meet your requirement
EXIT_SAPLV50S_002 : Control for Whether Fields in Distributed Deliveries
Cheers

Similar Messages

  • Regarding text messaging, if I send a message from my iPhone, the reply goes to my ipad, or mini ipad. How can I fix this?

    Regarding text messaging, if I send a message from my iPhone, the reply goes to my ipad, or mini ipad. How can I stop this from happening?

    Go to Settings/ Messaging/ Send & Receive on each device to set the contact points to be reached at, and to set the "from" address when you start a new message.  It sounds like your iPhone might be sending messages out as one thing (e.g. an iCloud address) but set to not receive replies only to your phone number.  Make sure you review settings on each device since you may, or may not, want to have them common.

  • Regarding text variable with replacement path.

    Hi Friends,
    Please can any one tell me good scenario where we can use text variable with replacement path..
    i have already searched in forum,but that scenario's i did not under stand.
    Please send.
    i will assign points.
    Thanks in advance.
    Thanks & Regards,

    Hi,
    There is a scenario:
    One has to show, a Period like May 2008 for a report. i.e the report which u r showing is common for May 2008. So u create a text variable on this Fiscal Year Period. When u do this, the Text appears on the Top of the report. So later, whenever u execute a report for a particular month, u get that Header as Jue, July etc etc.
    Its just a header. Text Variable promts u to display the Header with our own uploaded Desire Data.
    Steps.
    1) Edit your query
    2) Right click 'keyfigures' or other structure, choose 'new selection',
    3) beside description there is 'variable' button, click and then choose 'new', a variable screen will come out, type in your variable name, description, choose 'replacement path' for processing by. click 'next'.
    http://help.sap.com/saphelp_nw04/helpdata/en/ac/789b3c4d4d8d15e10000000a114084/content.htm
    Assign Points if helped
    Thanks
    Edited by: Noor Ahmed khan on Jul 21, 2008 5:43 PM

  • Regarding text attachment in Email in ABAP program

    Hello...
    Need your expertise in one of the issues. Requirement is seems to be simple
    but i am stuck up at this moment. i have refereed SDN with Several code but
    some point its not giving the proper solution. So its a request to you please
    do not provide any SDN link for reference as i am very much tried all of them.
    please share piece of code.
    Requirement : Need to develope one ABAP program, Email text attachment with Header line.thought its
    very simple but still facing difficulties.
    i have tried many code either its showing Data in single line without new line , in one of the Codes
    data is coming in successive line but there is lot of spacing within Words means all alphabates are tab
    separated. coud you please provide ,me the proper solution for this.
    in  one of the codes is working fine for excel but when Txt extension done data is not coming in successive line all
    data is coming in single line.
    Ex. Text file should contain 1 head and 4 colunns and Data size 50..
    Thanks
    Nishi

    Hi,
    Another option....
    Some sample code using cl_bcs .
    Note the use of cl_abap_char_utilities=>cr_lf .
    FORM mail_1_prep_10
    USING
        it_data         TYPE table
      CHANGING
        ob_document_bcs TYPE REF TO cl_document_bcs .
      DATA: txt_line TYPE string .
      DATA: txt_data TYPE string .
    * Create some text data .
      DO 20 TIMES .
        txt_line = '' .
        DO 10 TIMES .
          CONCATENATE txt_line '|' 'some data 01' '|'   INTO txt_line .
        ENDDO .
        CONCATENATE txt_line cl_abap_char_utilities=>cr_lf INTO txt_line .
        CONCATENATE txt_data txt_line INTO txt_data .
      ENDDO .
    * Mail stuf....
      DATA: it_solix TYPE solix_tab .
      CALL METHOD cl_bcs_convert=>string_to_solix
        EXPORTING
          iv_string = txt_data
        IMPORTING
          et_solix  = it_solix.
      DATA: attachment_subject TYPE so_obj_des .
      DATA: attachment_type TYPE so_obj_tp .
      attachment_subject = 'Some text data' .
      attachment_type = 'txt' .
      TRY.
          CALL METHOD ob_document_bcs->add_attachment
            EXPORTING
              i_attachment_type    = attachment_type
              i_attachment_subject = attachment_subject
              i_att_content_hex    = it_solix.
        CATCH cx_document_bcs .
      ENDTRY.
    ENDFORM .                    "mail_1_prep_10
    regards.
    This is how I see it in my mail :

  • Regarding text printing in SAP Script

    Hi experts,
    I have a form already which has been developed already.
    Now I want to include the text in the footer which should appear only in the last page of the footer.
    How to achive this and how to add the following text into my Script
    All tools used during this task are present and accounted for at completion of this work order.  _______
    All loose parts are present and accounted for at completion of this work order.  ________
    Food Contact Zones are clean and suitable for Food Production at completion of this work order.  _______

    Hi,
    Adding to Chenna kesava reddy's point, if you want to include your texts taht you had mentioned above, create standard texts in SO10 with the language as EN and then include them in ur script withhte following command:
    INCLUDE <textid>  OBJECT TEXT ID ST LANGUAGE E
    Hope this helps
    Regards
    Priya

  • Regarding Text Type

    Dear All,
    There are some details which my client has asked to maintain in the sales order and this needs to be copied in the purchase order ouput, if I maintain a text type in my sales order and this same text type is maintained in the purchase order can the information get copied in the purchase order thru an ABAP run programe and then can data be removed as a purchase order output.
    Data is maintained in text type.
    Regards
    Atul
    Edited by: Atul Keshav on Jun 5, 2008 12:35 PM

    Hi Atul,
    Are you using third-party scenario?
    If yes, please refer to the following note about coping sales order data to PR and PO.
    448814     FAQ: Texts in purchasing
    446949     ME52/N: Texts from order only adopted in d
    28533      Adoption of sales order texts in purchase
    201084     Texts from sales order are not transferred to PReq
    490421     ME52N : Text types not copied from the sales
    Hope it helps.
    Regards,
    Smile

  • Regarding Text in Customer Master

    Dear All,
    How does text maintained in the customer master gets copied in the sales document.What are the configuration settings one shoul maintain for the same.
    Regards
    Atul

    In VOTXN you have to do the following
    - Text object customer, press bullet Sales & Distribution
    - Press button text types.
    - You see that you can create a text ID for object KNVV, create one.
    - Go back and press button change, you are now in the text det. procedure for customer
    - If there is no procedure, create one.
    - You have to assign your procedure to a group (eg. sold to party, ship to etc.)
    - Now you have to go into the text id's in the textprocedure and add your newly created object
    - When you brach to your customer, you will see your object.
    - In VOTXN again, you have to create also a text determination for your sales document.
    - You have to create a new text id for what you want to see in your sales document, so follow the steps like for the customer master, but now you make a text object of type VBBK
    - Next, you have to branch to the bullet sales and distribution header - change.
    - If there is no text determination available, you have to create a text procedure and add the text id with VBBK in this procedure.
    - Now to determine that you have to copy the text from the customer master to the sales document header, you need to create an access sequence. Make one and branch to accesssequence for text id's.
    - Add in this acces sequence your newly created text ID (type KNVV)
    - Go back to the text ID's in Textprocedure and add the accessequence for your ID.
    - You can influence your behaviour (mandatory or that a popup is shown during sales order entering)
    - Last thing assign your created procedure to the sales document type you want this to work for.
    Hope this helps.

  • Regarding texts language after extracting texts from R/3.

    Hi,
    i had created datasource and by scheduling infopackage i had extracted texts to BW for a particular field.
    now the problem is that when i see the extracted data in BW, i could only see one language at a time. i mean to say that in the selection screen it is asking for language. when i enter one langauge say EN ,i could only see the texts of english .For other languages it is just a blank both language and texts.when i enter german language it is again the same (  can see german texts and language de  and not english )
    when i did not enter any value in the selection screen for language it says " " is not available!
    my question is how to get the all languages keys and texts irrespective of language text that it is possessing?
    many thanks,
    Ravi

    Hi,
    in the infoobject maintenance screen, goto to the tab 'master data/texts' and double click on the text table. In the following screen select 'display table contents'. Another option might be copy the name of the text table into memory, goto transaction se16 and display the values.
    kind regards
    Siggi

  • Help : Regarding text object

    Hi All,
    Scenario :
    We have text object in XK02 transaction. at the time of save in user exit i want to check the changes occured in the text of that text object. can you please suggest how to get value of text object before saving. bcoz using FM READ_TEXT i am getting the newer value of text object, but i want to get old value (before change).
    Please suggest your thought.
    Thanks and Regards,
    Sahir Vhora

    sahir,
    check the triggering point of your user exit.
    make sure to use a exit/BADI which triggers right after you press 'SAVE'
    thank you.

  • Regarding  text uploading in bdc

    hi abap groups i am doing text uploding through bdc for c201.i do not know how to use save_text function module.hoping for u r wonderful support.
    regards bala.

    Hi Balachandran,
      This function module writes a text module to the text file or text
      memory, depending on the specific text object.
      The module can be used to change existing texts and to create new texts.
      If it is clear that it is a new text, this can be specified via the
      parameter INSERT. The result is better performance as a test read is not
      performed.
    please check this logic
      DATA: ls_header LIKE thead.
    DATA : BEGIN OF lt_lines OCCURS 0,
              INCLUDE STRUCTURE tline,
            END OF lt_lines.
         CALL FUNCTION 'SAVE_TEXT'
               EXPORTING
                    header          = ls_header
               TABLES
                    lines           = lt_lines
               EXCEPTIONS
                    id              = 1
                    language        = 2
                    name            = 3
                    object          = 4
                    OTHERS          = 5.
    Hope this helps...
    Best regards,
    raam

  • Regarding Text Elements Translation

    Hi Friends
    I had created a text element and using in my program.
    My Requirement is : It has to support all the logon languages.
    To achieve this, please let me know the procedure.
    Regards,
    Sree

    Hi,
    Check this link.
    http://help.sap.com/saphelp_47x200/helpdata/en/e3/960a1aeb0711d194d100a0c94260a5/content.htm
    Reward if helpful.
    Regards,
    Ramya

  • Need Help regarding text Output

    Dear gurus.
    I need help regarding formatting of a text.
    I want to format a employee sub group text.
    im getting a text workers (7) from a table t503t having field ptext.
    i want to show only (7) in the output not the whole text how can i do this ?
    Please help
    regards
    Saad.Nisar

    DATA: BEGIN OF itab_odoe OCCURS 0,
      department_text LIKE t527x-orgtx,"Holds the short text for department
      department_no LIKE pernr-orgeh,
      pernr LIKE pernr-pernr,
      ename LIKE pernr-ename,
      grade like t503t-ptext,   "THIS AREA GET ME TEXT OF EMPLOYEE SUBGROUP"
    *  department_text LIKE t527x-orgtx,"Holds the short text for department
      current_year LIKE sy-datum,
      wt0001 LIKE q0008-betrg,"Basic Pay
      wt1101 LIKE q0008-betrg," COLA
      wt3002 LIKE p0015-betrg,"Overtime
      per_basic type p DECIMALS 2,"Overtime percentage on basic
      per_basic_sum type p decimals 2,"Overtime Sum Division
      overtime_sum LIKE p0015-betrg,"holds sum of overtime
      basic_sum like q0008-betrg,"holds sum of basic
    END OF itab_odoe.
    Im using the select statement to get the employee subgroup from the table
    select single ptext
        from t503t
        into itab_odoe-grade
        where persk eq pernr-persk
        AND SPRSL eq 'EN'.
    now in itab_odoe-grade the values comes is Workers (7) , Snr Mgt (M3)
    i want to show only the text in Brackets.

  • Regarding text objects' description

    Hello,
    We created a text object in SE75 transaction and also created 2 text-IDs for the same.
    When we tried to maintain a description for the text object and IDs in the logon langauge (EN) and attached
    them to the transport request and subsequently released it, we found that the descriptions for the text object
    and the IDs did not reach the target system.
    Can anyone please give us an indication of what the problem might be?
    Best regards,
    Divyaman

    Have you checked the contents of the transport?  Have you reviewed the transport history via STMS or via the log in SE09/SE10?  What do these tools say happened?

  • Regarding text(tatx) Items

    How to charge price for text Items, For example Item catgeory Tatx, how  can we charge the price. please help me.
    As soon as i enter the text in the sales order instood of material i need to trigger the price for the TATx item .

    Hi,
    You have to do PRICING DETERMINATION for this
    Create a Condition table with Customer/Material Combination in V/03
    Create an Access sequence and assign the CONDITION TABLE in V/07
    Create a condition type  and assign the Access sequence to that condition type in V/06
    Create a Pricing procedure in V/08 and assign this condition type  in V/08
    Do pricing determination in OVKK
    Maintain the CONDITION RECORDS for your condition type in VK11
    Now create the Sales order with that Material , then automatically price will be triggered
    Please check and revert back if you need more info
    regards,
    santosh

  • Regarding Text space for the Screen

    Hi,
    How can i add a comments space like if the end user wants to enter some comments in the screen, how can i capture that & infact where can we provide that space and how?
    waiting for ur reply....
    Regards
    Srinath

    Hi Srinath,
    It will be better if you can follow your functional consultant suggestion on where to add the space in SAP terms text field or text editor where the end user can put a comment.
    According to the length of the comment you can decide whether go go with any normal text field or text editor.
    Coming to capturing the comment you can do it as normal how you save any text in the screen.
    Cheers!!
    VEnk@

Maybe you are looking for