Re: Changing document title in SOST

Hi ,
Does anyone can tell me how to change the document title in SOST transaction?
after running the report in SOST, in ALV output, the document title is displaying as "RSM13000 /20100617/022445".
The user doesnt wants  the title in that way.
I checked the program, the data was coming from standard program.
Anybody have faced such problem? Pls share...
Rgs,
Priya

Hi,
If you are using function module 'SO_NEW_DOCUMENT_ATT_SEND_API1'  and when you are passing
WA_DOC_CHNG-OBJ_DESCR = 'give description'.
DATA: WA_DOC_CHNG TYPE SODOCCHGI1.
      CALL FUNCTION 'SO_NEW_DOCUMENT_ATT_SEND_API1'
      EXPORTING
      DOCUMENT_DATA = WA_DOC_CHNG   " here
      PUT_IN_OUTBOX = 'X'
      COMMIT_WORK = 'X'
      TABLES
      PACKING_LIST = I_OBJPACK
      OBJECT_HEADER = WA_OBJHEAD
      CONTENTS_BIN = I_OBJBIN
      CONTENTS_TXT = I_OBJTXT
      RECEIVERS = I_RECLIST
      EXCEPTIONS
      TOO_MANY_RECEIVERS = 1
      DOCUMENT_NOT_SENT = 2
      DOCUMENT_TYPE_NOT_EXIST = 3
      OPERATION_NO_AUTHORIZATION = 4
      PARAMETER_ERROR = 5
      X_ERROR = 6
      ENQUEUE_ERROR = 7
      OTHERS = 8.
Hope this helps..
Cheers,
Dep

Similar Messages

  • Question on Document Title in SOST

    Hi,
    Can some one let me know how Document Ttile comes into SOST.
    My scenario is;
    I am sending delivery note via email. my intention is to get document title as LD00 and Delivery Number (LD00 &LIKP-VBELN&
    below settings i tried but no use:
    Output type i am using is LD00.
    Configured Replacement of text symbols program as SAPMV50A & Form routine as TEXT_SYMBOL_REPLACE (even i tried with MAIL_TEXTS). Also In Mail title & Texts - i set my document title as LD00 &LIKP-VBELN&
    Hard coded text and passed to NAST-TDCOVTITLE in driver program but no use.
    After completing the process, i checked in SOST and i see different title (Program name, date, time).
    I put a break point in TEXT_SYMBOL_REPLACE routine and my cursor is not stopping in the routine. i tried in update debuggging also but not stopped in the routine.
    Pls let me know how can we stop in the routine or is there any other way to get custom document title.
    Thanks for your help!
    Regards,
    Sreeni

    I resolved my self

  • Changing Document Titles in Templates

    Hi all
    I know this must be something I am missing that is easy - but
    I cannot figure out how to change my Document Titles in files that
    are using a single Template. They cannot be edited in the file, as
    they are locked in the Template. How do I unlock the Title in the
    Template so I can make the Document Titles different? This must be
    an easy one - I've just been working too long today and am under a
    deadline.
    Thanks for the help -
    Q

    A properly made template will allow you to edit your child
    page document
    titles. The fact that you cannot means you have not used a
    properly made
    template. To see what I mean, do this -
    Create a new page.
    Use FILE | Save As Template..., and give it a name.
    Look at the code - see the editable region around the
    <title> tag? That's
    what yours should look like.
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "QuimbyDog" <[email protected]> wrote in
    message
    news:ejqivb$639$[email protected]..
    > Hi all
    >
    > I know this must be something I am missing that is easy
    - but I cannot
    > figure
    > out how to change my Document Titles in files that are
    using a single
    > Template.
    > They cannot be edited in the file, as they are locked in
    the Template.
    > How do
    > I unlock the Title in the Template so I can make the
    Document Titles
    > different?
    > This must be an easy one - I've just been working too
    long today and am
    > under
    > a deadline.
    >
    > Thanks for the help -
    > Q
    >

  • Changing Document Titles in PHP

    I am having trouble editing document titles. I'm using PHP,
    and the template was designed by a developer so I'm hesitant to
    change it. The template doesn't even have a title, so I'm unsure as
    to why I'm not able to edit the individual pages. The title
    changes, but when I click to save, it reverts to the original
    title. Help!
    www.lightworkseminars.com

    >I'm changing the document title in the page properties.
    >Just to clarify, I'm not talking about the title tag.
    That part is fine.
    >Print this message
    You are changing the document title but you're not talking
    about the title tag? What are you talking about then?
    You need to view the page source as rendered in the browser.
    It has extra title and other tags in the body, and fails
    validation. We can't see the php code so we don't know how the page
    is assembled. I guessing it's using some php includes to pages that
    are not constructed properly. If you paid someone to do this for
    you then you should go back to them and have them fix it, since it
    is very screwed up. You also mention templates but I don't see any
    DW templates used on that page.

  • Changing Document Title in Pages for iPad and VoiceOver

    Is there a trick to changing the name of the document in Pages for iPad when voiceover is enabled. I can change the document name when voiceover is turned off but there doesn't seem to be away of getting to the label when voiceover is turned on.

    What makes this difficult is that I can export the documents in PDF format, but then I cannot view them in Pages on the iPad as they cannot be uploaded into iCloud and Pages cannot access documents in other cloud storage sites. Pages uses the Word templates best.
    I've considered Quickoffice, but don't want to spend the $$ on an app that may not work.
    I've even thought about Team Viewer and accessing the documents on my Mac at home, but why remote access another computer just to view native files?
    Thanks for the responses.

  • How to change the title of an existing document?

    I have looked in online manuals and there are no headings for this.  I wish to change the title of an existing documents but can find no way to do so.  Any one have help on this? 

    You can also change the file name in Finder.
    peter

  • Change "document" to report title in print queue

    Post Author: mroy
    CA Forum: .NET
    When printing from Crystal Reports to a printer, in the print queue, the Document Name is "Crystal Reports - " and the report title.
    When printing using ReportDocument in Visual Basic .NET program to a printer, the Document name is "document".
    Is there a way to change "document" to the report title in code?

    Post Author: Argan
    CA Forum: .NET
    You can only do it using RAS I believe by using the PrintReportOptions objects JobTitle property.
    This is only available using Enterprise or CR XI R2 SP2.
    http://devlibrary.businessobjects.com/BusinessObjectsXIR2SP2/en/en/RAS_SDK/rassdk_com_doc/doc/rassdk_com_doc/Crystal_Reports_Controllers_Library101.html
    Jason

  • Can't change the document title when the browser is opened in dialog mode

    Hello experts,
    I'm working on a solution which involves opening up another .jspx page in dialog mode. I need to change the title of the dialog browser window dynamically when the user performs a specific action on the dialog page.
    Unfortunately, I can't get this to work. I have tried using JavaScript and had no luck. I tested this technique on a non-dialog page and it works fine. Please help.
    Here is the markup code for launching the dialog page:
    <af:activeCommandToolbarButton id="actbPreview"
    icon="/graphics/previewscreen_enabled.gif";
    text="Preview"
    action="dialog:weCreate"
    useWindow="true"
    windowHeight="620"
    windowWidth="1120"
    disabled="#{empty bindings.MapElemUnqId.inputValue}"
    launchListener="#{backing_weQuery.launchPreviewerListener}"
    binding="#{backing_weQuery.actbPreview}"
    returnListener="#{backing_weQuery.returnPreviewerListener}"
    clientComponent="true"
    windowModalityType="applicationModal"
    windowEmbedStyle="window"
    disabledIcon="/graphics/previewscreen_disabled.gif";/>
    On the dialog page, here is the markup and javascript for setting the browser window title:
    <af:commandButton text="title" id="cb10">
    <af:clientListener method="setWindowTitle"
    type="action"/>
    </af:commandButton>
    function setWindowTitle(actionEvent)
    actionEvent.cancel();
    var doc = AdfPage.PAGE.findComponent("d1");
    doc.setTitle("TEST");
    alert("Title="+doc.getTitle());
    }

    Thanks for your response.
    I tried that and I could not get it to work. Even though I can set pageFlowScope.pageTitle dynamically, the browser window title does not refresh (I tried to refresh via PPR and full post back).
    here is my code:
    public void setPageTitle(ActionEvent actionEvent)
    RequestContext requestContext = RequestContext.getCurrentInstance();
    Map pfs = requestContext.getPageFlowScope();
    pfs.put("pageTitle","TEST 2");
    RequestContext.getCurrentInstance().addPartialTarget(this.document);
    public void setPageTitle(ActionEvent actionEvent)
    RequestContext requestContext = RequestContext.getCurrentInstance();
    Map pfs = requestContext.getPageFlowScope();
    pfs.put("pageTitle","TEST 2");
    FacesContext context = FacesContext.getCurrentInstance();
    String currentView = context.getViewRoot().getViewId();
    ViewHandler vh = context.getApplication().getViewHandler();
    UIViewRoot x = vh.createView(context, currentView);
    x.setViewId(currentView);
    context.setViewRoot(x);
    }

  • How can I change a Documents Title

    Hi
    I have created a Document using sAIDocument->New().
    Later I would like to change the title of the document, which I originally passed in on the AINewDocumentPreset.docTitle.
    Can anyone suggest how I can do this programatically, or do you have to remove the document and start again?
    Thanks
    Amy

    You can't even change the name in the regular Illustrator UI (short of saving it as something else of course!). The name isn't really a name per se, its just the default it'll use the first time you save the document. After that, its name is whatever it was saved as. So there's really no such thing as a 'document name' in Illustrator.

  • Refresh document title on change

    Hi!
    Does anyone know how to refresh document title on change?
    I have master.jsf with
    <af:document title="#{someBean.activeDocumentTitle}" id="documentRoot">In method activeDocumentTitle I get currently active tab, and get its title. Then I build
    activeDocumentTitle by concatenating application name and currently active tab title. Like so:
    "ActiveTab/ApplicationName".
    Problem is the document title does not refresh on new tab opening. If I refresh it manually (F5), document title has right value. Please help.
    I use JDeveloper 11.1.2.1.0
    Regards, Marko

    When do you want to have partial trigger.it will not change the whole page.
    suppose u button click u want to refresh title.add the id of button in partial trigger of outputtext .change partialsubmit of button to true,
    http://www.techartifact.com/blogs/2009/03/partial-page-rendering-ppr-in-oracle-adf.html
    http://ranajitsahoo.blogspot.in/2008/04/enabling-partial-page-renderingppr-in.html

  • Changing Document Library Title via PowerShell

    Hi there,
    I´m trying to add a new Document Library in my SharePoint 2013 environment and change the title of it, due to URL reasons. 
    The Code:
    $web = Get-SPWeb(“http://sp/s/doc”)
    $list = $web.Lists[“Admin”]
    $list.OnQuickLaunch = $true
    $list.EnableMinorVersions = $true
    $list.Title = “Admin2”
    $list.Update()
    The QuickLaunch and versioning settings just work fine, but the title of the library stays "Admin".
    Any Ideas?
    Thank You!

    Hi hank
    This should be becoz of local resources.
    That could be due to localization. In that case, you should also set TitleResource property:
    field.TitleResource.SetValueForUICulture(new CultureInfo(1033), "My title");
    http://sharepoint.stackexchange.com/questions/24163/how-to-rename-title-column-in-document-library-using-code
    7down
    voteaccepted
    That could be due to localization. In that case, you should also set TitleResource property:
    field.TitleResource.SetValueForUICulture(new CultureInfo(1033), "My title");
    7down
    voteaccepted
    That could be due to localization. In that case, you should also set TitleResource property:
    field.TitleResource.SetValueForUICulture(new CultureInfo(1033), "My title");
    7down
    voteaccepted
    That could be due to localization. In that case, you should also set TitleResource property:
    field.TitleResource.SetValueForUICulture(new CultureInfo(1033), "My title");
    Please remember to click 'Mark as Answer' on the answer if it helps you

  • Changing the title of multipel documents

    Hi there Apple fans.
    I was wondering if there is a way -- with Applescript (or some other tool) -- to change the title of multiple documents.
    You see I have about 800 "songs" from and Audiobook. And they are called *"The Dark Tower VII - The Dark Tower 001..002..003.. (all the way too 800)"*. It's like this, The Dark Tower is a series, and this is the seventh book, which is also called The Dark Tower.
    And what I want to do is to have them called just *"The Dark Tower 001..002..003"*.
    This is annoying because when I am viewing the files in my iPod, only half the name is shown, *"The Dark Tower VII"* not the file number. So it is a hard time trying to find where you are, which file you are on.
    For Finder documents this is easily done with Automator. Just rename and then use sequence. But there is no such option for iTunes.
    I am almost positive that there should be some way to do this with a rather simple Applescript script. Unfortunatly, I have almost no knowledge of scripting.
    If anyone has any idea please post them here.
    Thanks.

    Maybe you did not understand.
    I want to go from this:
    My Audiobook - Track nr 1
    My Audiobook - Track nr 2
    My Audiobook - Track nr 3
    My Audiobook - Track nr 4
    My Audiobook - Track nr 5
    My Audiobook - Track nr 6
    To this:
    Track 1
    Track 2
    Track 3
    Track 4
    Track 5
    Track 6
    Understand? Please help.

  • Set SOST Document Title

    Hello Experts!
    For my email function, I am using class CL_BCS to send any emails and attachments from my program.  Mr problem is that although the email is being sent, when you look at transaction SOST the Document Title is blank.  So, is there a method or another class that sets the Document Title?  Points for any helpful answer.
    Thanks,
    Maple

    Hi,
    i don't have a proper system available right now but you can  take a look at these two blogs, I believe they will help you a lot with your question.
    /people/pavan.bayyapu/blog/2005/08/30/sending-html-email-from-sap-crmerp
    /people/pavan.bayyapu/blog/2006/08/21/sending-html-email-from-sap-crmerp--2
    Kostas

  • How to change GR/GI Slip Document Title

    Hi Experts,
    I would like to ask about how to change the GR/GI Slip document title to another text instead of the "GR/GI slip".
    I enclose the picture as a link below.
    http://img834.imageshack.us/img834/6846/slip.png
    Thanks in advance

    In std its not possible. copy the same smartform and ask your abaper to put your logo in this smartform.
    Hope this will help ful to u

  • How to change browser title!?!

    Does anybody know how to change the browser title?!
    Using Dreamweaver 8 on a Mac.
    www.myvirtuemagazine.com on my site it is called "demo" how
    can I change this?
    Also does anybody know how to create a little logo in the URL
    bar at the start of the URL like Adobe has the signature red A and
    Google has the G, how do you create that!?

    In the <head> of your document --
    <title>This is the text that appears as the browser
    title</title>
    As for the icon:
    http://alt-web.com/favicons.shtml
    Virginia Carter
    Carolina Web Creations
    ======================
    www.carolinawebcreations.biz
    Alix86 wrote:
    > Does anybody know how to change the browser title?!
    >
    > Using Dreamweaver 8 on a Mac.
    >
    > www.myvirtuemagazine.com on my site it is called "demo"
    how can I change this?
    >
    > Also does anybody know how to create a little logo in
    the URL bar at the start
    > of the URL like Adobe has the signature red A and Google
    has the G, how do you
    > create that!?
    >
    >

Maybe you are looking for

  • Laptop will not read any memory cards

    Laptop Model: Satellite P500 (PSPE8C-026006) I have tried several times to get this memory card reader to work. At first, I tried putting in a memory stick PRO Duo with the memory stick pro adapter (so that it could read it), and I was getting a "Fil

  • Report of Open POs in SQM only for OUn

    Hi All I need to have open PO report which will show OUn in SQM irrespective of watever unit is there in PO. For example in PO OUn can be EA, PC, KG, M etc but report should always shows the result in SQM for OUn. Thanks Yogesh

  • Key mapping in vt100 terminals

    Dear sir, The current application is running in the below Configaration. 1. IBM RS 6000 AIX 4.0 2. Oracle 7.2 3. Sql*forms 3.0 4. unix Sql*form3.0 application is running in this above Configared server.Now the client required to connect this unix ser

  • How do i add a line to header on a template

    I created a template and on that template i want a line to print before and after the heading. How do i add this. I see i have access to change the fonts, and the colors, but not how i can add something into this area. Help

  • How to do Hierarchy export?

    Hi, Can nay one here suggest me how to export Hierarchy? Also it would be apprciated highly if you disclose the name of the ABAP program which would enable the hierarchy upload to BW Thanks, Ravi