Pass these documents a object ID, application and output type..plz help

Hi frnds,
   To select all the billing documents from from the document flow table i have
this peice of code----
SELECT VBELN FROM VBFA INTO CORRESPONDING FIELDS OF TABLE IT_VBFA
         FOR ALL ENTRIES IN ITAB_VBAK WHERE VBELN = ITAB_VBAK-VBELN
                                      AND VBTYP_N = 'C' OR VBTYP_N = 'G'.
i want to ---Pad two zerou2019s before the document and pass these documents a object ID,
application and output type.
Get the object ID, processing status for each billing document number and
display in the pop up window for the user.
i hope to use in NAST TABLE.
how to code this...
thnx
daniel
<LOCKED BY MODERATOR - URGENT, PLEASE HELP OR SIMILAR ARE FORBIDDEN>
Edited by: Alvaro Tejada Galindo on Aug 18, 2008 1:14 PM

Use
declare the field b_vbeln of length u want adding length for 2 '0' also.
ex:- Vbeln length = 10
       b_vbeln  type i length 12.
b_vbeln = vbeln.
CALL FUNCTION 'CONVERSION_EXIT_ALPHA_INPUT'
EXPORTING
input = b_vbeln
IMPORTING
OUTPUT = b_vbeln.
U will get b_vbeln with 2 '0' or always the value be of 12 length.

Similar Messages

  • Want application and output types

    Hi Friends
    can anyone provide me the application and output types for the below one's
    Scheduling Agreement Output
    Rebate Agreement Output
    Contract Output

    Output Type      Application
    Scheduling Agreement Output------LP00                     V1
    Rebate Agreement                   ??
    Contract                            -
    KO00                      V1
    Reward points...if it meet ur requirement

  • Can we produce a newsletter in one CS4 application and output it to both print and the web?

    Can we produce a newsletter in one CS4 application and output it to both print and the web?
    If so what do you suggest that we use?
    Message was edited by: [email protected]

    A very cautious "yes". It mainly depends on what you expect.
    It has always been possible to just export to PDF and post that on your site. You can also export your ID file as one comprehensive SWF file and immediately put that onto the site -- it comes with a few handy browse functions, snazzy page flipping (when required); and it looks exactly like your ID document.
    Hard-core techies can use the Export To XHTML/DreamWeaver function, but that will only export the very bare bones -- plain text, with just the commands for text formatting in place. You have to re-do layout and styling in HTML code. Bear in mind ID is designed, top to bottom, as a document layout program, and this export is "extra", not really a basic feature.

  • Query applications and deployment types

    Hi,
    I got this powershell script to perform the above task (a query for applications and deployment types from SCCM)
    But getting the following error after running the script:
    "You cannot call a method on a null-valued expression
    At Line:2 char:13"
    $SCCMApplications = get-cmapplication
       ForEach($SCCMApplication in $SCCMApplications) {
            if ($ApplicationsToRename.ContainsKey($SCCMApplication.LocalizedDisplayName)){
                $SCCMDeploymentTypes = get-cmdeploymentType -applicationname $SCCMApplication.LocalizedDisplayName
                foreach($SCCMDeploymentType in $SCCMDeploymentTypes)
                        Write-Host "Found SCCM deployment type '$($SCCMDeploymentType.LocalizedDisplayName)' exists for application '$($SCCMApplication.LocalizedDisplayName)'."

    In addition, This tool might be helping you.
    ConfigMgr 2012 - Powershell Right Click Tools
    http://psrightclicktools.codeplex.com/
    Note: Microsoft provides third-party contact information to help you find technical support. This contact information may change without notice. Microsoft does not guarantee the accuracy of this third-party
    contact information.
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • Standard smartform for application V5-Groups. and Output type LL00.

    Hi,
    I want the name of standard smartform for application V5-Groups. and Output type LL00.
    I need to print Ship to party address of Multiple Deliveries.
    Can anyone tell me the standard form name and Print program name.
    Regards,
    Rajender

    Hi Lavanya,
    SD_LOADING_LIST is a script.
    Can you please provide me with a standard smartform as we need to develop this in smartform only.
    Thanks,
    Rajender.

  • Data types used in a sub VI - selecting the correct input and output types?

    data types used in a sub VI - selecting the correct input and output types?
    I can never work out how to choose an input or output format for Subvi's.
    I want to create a SubVI for the code in red. I needs an VI Server Reference compatible input and an output that goes to  a waveform.
    Thanks in advance.
    Attachments:
    data types.PNG ‏11 KB

    GerdW,
    I realise now I have taken us in the wrong direction. apologies for that.
    History, this is not my code and I do not own the process and NOT my preferred method of using it. I was looking for a simple way to make subtle changes.
    What we do - We use these programs to collect data from typically 6 pressures and 6 temperature probes and capture RS232 / USB VISA strings from sensors.
    So every few weeks / months or up to a year we rearrange each sensor location to suit the new process. I did not write the code. I cannot change the procedure too much without resistance.
    So headers in the CSV file have the DaqMX string passed through the code. Great.
    Other data to the CSV file comes from calculations or extracted from the VISA string. Hence why we have headers with "Untitled 1 ()". These values also go to a History Chart.
    So I was looking for a simple way to read the the local variable label as it is always linked to the front page indicator. People can cope with editing the indicator label, save the VI and hit run.
    TL;DR - GerdW is now a psychologist.
    Attachments:
    data to csv and history chart.png ‏1043 KB

  • Diff. between PPF and OUTPUT TYPES

    hi,
      can anybody tell the exact diff. bet.PPF and OUTPUT TYPES.
    ppf is the advance method of output types.
    could anybody pls explain breifly

    Hi
         Post Processing Framework allows you to process actions for different output types such as printing, sending emails, or faxing using Smart Forms. Since SAP applications work on the document concept (i.e., they generate documents for key business events or processes), they can also trigger a workflow or user exit to perform functions based on the conditions you configure. This technology replaces the output control in R/3 with a wider functional scope that is simple to maintain, use, and connect to another SAP system, a non-SAP system, or any other subsystem.
    Post Processing Framework (PPF) technology is a uniform interface available since SAP R/3 Enterprise Release 4.7. Part of the SAP Web Application Server (Web AS), PPF can trigger workflow for email, fax, and print, or can call another method, such as sending data to another subsystem. The actions are based on the conditions that you configure.
    PPF has tools for scheduling, starting, and monitoring actions. Determining, generating, and processing actions can either take place automatically or with user interaction. A condition trigger could be a preset condition the system can look for, such as a price higher than a certain amount, or it could be based on a user action, such as an approval in the case of workflow.
    I’m going to show you how to set up actions that trigger application documents. The system supplies some samples, so you can use Copy with Reference and make your own changes to predefined configurations, or you can take the approach of creating your configuration from scratch using the wizard. I’ll explain the two methods:
    Create and modify PPF directly in the Web AS configuration in the application area. I’ll start with the customizing steps, as they explain the configuration from the application point of view.
    Create a PPF definition using the wizard, a quick setup tool that focuses on the technical setup of the PPF. Using a wizard, you get the same results in terms of the technical settings for the PPF configuration as if you had used the configuration steps directly. The wizard provides application area detail and pre-populated information and it is the best practice. It can help when you create a new action that differs widely from those you already have.
    The wizard, however, helps you perform the definition only — you must do other associated configurations directly in the application area.
    Visit the below link for more info..
    http://help.sap.com/saphelp_crm40/helpdata/en/b3/58bf39f7568648e10000000a11402f/content.htm
    Regards
    Suresh

  • I have i phone 3g with 4.1 os. In that i am not able to download what app and facbook.    plz help me

    I have i phone 3g with 4.1 os. In that i am not able to download what app and facbook.    plz help me

    Unfortunately, these are the requirements
    Facebook Requirements: Compatible with iPhone, iPod touch, and iPad. Requires iOS 4.3 or later.
    WhatsApp Requirements: Compatible with iPhone. Requires iOS 4.3 or later.

  • Output determination and output type?

    hi all,
    wat is meant by output determination and output type?how and y we use it?
    regards,
    keerthi

    Hi Keerthi,
    Output determination is used in  message control. You can read more about it here:
    http://help.sap.com/saphelp_nw04/helpdata/en/c8/19878343b111d1896f0000e8322d00/frameset.htm
    to configure it please use transaction: NACE
    best,
    Wojciech
    <i>please reward points for helpfull answer</i>

  • Change input type and output type

    Hi,
    I am working on BPEL10.1.2. I need to change my input type to take more parameters and output type to send more parameters. Somehow I am not able to find hot to do it. Any help on this will be appreciated.
    Regards
    Arvind Aggarwal

    It's odd. In this case you must create your .xsd file and import it into the project (just see any of the tutorials).
    Don´t you see the .xsd file in the structure tag in JDeveloper?. Maybe you need to recreate your project.

  • Purpose of NACE Transaction and Output Types?

    Hi All,
    Can you please let me know the exact purpose of NACE Transaction and Output Types?
    Ashok

    Hi,
    In addition to the above threads you can also refer the fallowing threads:
    Re: how to configure/ smart form to standard program
    OUTPUT TYPE  in Nace!
    Regards,
    Shirisha

  • HT4061 i loose my iphone and i dnt know my apple phone serial number and emie number plz help me how to found

    i loose my iphone4 i  dont know the serial number and emie number plz help me how to found my mobile and emie number

    Read here:
    http://support.apple.com/kb/HT4061
    Your carrier also has a record of your IMEI number.

  • How to know the printprogram and output type for perticular standard script

    how to know the print program and output type for perticular standard script and wt the proceure we will fallow to modifie the standard script..if possible u have any sample code plz share with me.....

    Hi Phani,
    To know the print program and output type for a standard script we have a table called TNAPR. So just you go to SE11 and provide the table name as TNAPR and choose display option.Then go with display entries option and in selection screen you have to provide the form name for whic you want to know the print program and output type.
    To modify a standard script first of all you have to copy the standard form for which you need modifications into Zform. Once you done this you can modify the layout set as per your requirement.Then what ever the modifications you have done in layout set for that you need to populate the data.For this you also need to do some modifications to the print program.so you have to options like directly you can modify the print program as per your requirement and other one is you can create a subroutine and do coding in that subroutine. Then you need call this subroutine in the Script Form.like this you can do modifications to the standard script........................... Reward me if its helpful..........
    Thanks & Regards.
    Laxman.P
    B'lore.

  • Insane Object BDHP+58EBC, and +58DD4. Please help?

    I have tried the suggestions in the KB "What is an Insane Object Error Mean and What Should I do?", but they did not clear my error. My vi functions normally, but I am concerned that this error may cause a "booby-trap" to be lurking in my distributed application, that may show up at a later date as a crash, or worse. The vi is 4 meg plus in size, so I REALLY have no desire to start from scratch!
    Any suggestions??
    Thanks
    Dave

    Well copying the code to a new blank VI didn't work for me (and it also would have unlocked my state diagram anyways). What _did_ work was to create a copy of the VI, and delete chunks and save until the error went away. I managed to get lucky (with some deduction) and find the offending wires. Is there no way of giving us more information than the heap offset? (Is there any way to use this number to find the offending object?)
    The insane object error started appearing for me when I edited an enum type def that was used all over the place. The offending wires were wired from a constant of this type def.
    Jaegen

  • Table for Sales Document and Output Type

    Hi All,
    Can anyone please tell me the table where I can find the SALES DOCUMENT NUMBER and the OUTPUT TYPE assignment.
    Regards
    Vikas

    Hi,
    Goto the Transaction code SE16 and enter the table name as NAST
    In the APPLICATION enter V1
    And in the MESSAGE TYPE give Output type
    execute and you will get the sales documents created with the output.
    thanks,
    santosh

Maybe you are looking for

  • Set password for pdf,plzzzzzz help

    hello everybody, i'm developing a software in which i let the user to import their pdf and open those pdf .pdf will be open in a acrobot reader. now i want let the user to set password for his pdf file to protect his file from unauthorized access. un

  • Trying to update PS CS5 to camera raw 6.7 "installation failed" .

    When using the downloaded zip version 6.7 or 6.71 from the adobe site the error message is simply "installation failed". When trying to update from within Photoshop itself the message reads "Photoshop Camera Raw 6.7 Update   There was an error downlo

  • Creating a 'read-only' group for Worklist app

    Hi, Is there a simply way of creating a group with 'read-only' access to the Worklist ? e.g. through a combination of BPM roles ? I want to be able to create a class of user who can view the details of Worklist items but have absolutely no other righ

  • Cost center for equipment

    Hello every one, I need some clarification regarding cost center of technical object. In FI asset number is having one cost center while we have to put one cost center in equipment master. When i settle my order system automaticlly pick the cost cent

  • Scheduling WF to restart every week

    We want to restart our WF services every week. Is there anyway to automate this? thanks, azodpe