GuiXT requires InputAssistant

Hello!
I need you advice to using GuiXT with Citrix deploiments. I create "Z" transaction with variant and run GuiXT script from this transaction (feel fields on screen). When i run script with local mode (GuiXT install on my Desctop) script work well done (all correct).
But, if i run this GuiXT script in Citrix deploiment i have error message: "Process=getdata.txt requires component InputAssistant".
In Profile i set installed component "GuiXT" and "InputAssistant".
But , if i do:
1. open Profile,
2. change installed component (deselect and select again "GuiXT" and "InputAssistant")
3. save Profile
After that all work correct, no error (on this session)!
Pleace, give me advice! Whot can i do in this situation?

Hi Alex
I am loking for the steps to deploy the GuiXT with Citrix enviornment.
Can you provide the steps.
My experienc ewith GuiXT is with Local SAP GUI enviornment only.
Regards
Manish

Similar Messages

  • GuiXT component InputAssistant

    Hello, evreone!
    I need you advice to using GuiXT with Citrix deploiments. I create "Z" transaction with variant and run GuiXT script from this transaction (feel fields on screen). When i run script with local mode (GuiXT install on my Desctop) script work well done (all correct).
    But, if i run this GuiXT script in Citrix deploiment i have error message: "Process=getdata.txt requires component InputAssistant".
    In Profile i set installed component "GuiXT" and "InputAssistant".
    But , if i do:
    1. open Profile,
    2. change installed component (deselect and select again "GuiXT" and "InputAssistant")
    3. save Profile
    After that all work correct, no error (on this session)!
    Please, can you explain me this...

    Hi Alex
    I am loking for the steps to deploy the GuiXT with Citrix enviornment.
    Can you provide the steps.
    My experienc ewith GuiXT is with Local SAP GUI enviornment only.
    Regards
    Manish

  • Execute an Excel-file via SAP VBS

    I am starting usind VBS with SAP. I have some experience with VBA for Excel.
    So I have written a Excel-Makro which I can run via a URL-Link in SAP. This works perfect for me, but how can I get it run for my colleagues?
    The problem is, that that VBS-Code works with a special favorite-ID:
    session.findById("wnd[0]/usr/cntlIMAGE_CONTAINER/shellcont/shell/shellcont[0]/shell").selectedNode = "F00009"
    But this ID varies depending on the colleagues.
    How can I run this Excel-Makro without using a favorite?
    Thanx for the help,
    Lutz

    Hi Lutz,
    slowly, I realize what this is about.
    1. You could maintain your way and try the following.
    for example:
    Instead of using:
    session.findById("wnd[0]/usr/cntlIMAGE_CONTAINER/shellcont/shell/shellcont[0]/shell").selectedNode = "F00009"
    session.findById("wnd[0]/usr/cntlIMAGE_CONTAINER/shellcont/shell/shellcont[0]/shell").pressKey "Enter"
    to use this:
    session.findById("wnd[0]/tbar[0]/btn[71]").press
    session.findById("wnd[1]/usr/txt130_FIND").text = "myExcel-File"
    session.findById("wnd[1]/tbar[0]/btn[0]").press
    session.findById("wnd[0]/usr/cntlIMAGE_CONTAINER/shellcont/shell/shellcont[0]/shell").pressKey "Enter"
    2. Or you could start with the favorites also a VB script , which then launches an Excel macro.
    for example:
    set Wshell = CreateObject("WScript.Shell")
    wshell.run "c:\tmp\myExcel-File_Auto_Open.xlsm",1,false
    or:
    on error resume next
    Set xclApp = GetObject(, "Excel.Application")
    If Err.Number <> 0 Then
      Err.Clear
      Set xclApp = CreateObject("Excel.Application")
    End If
    on error goto 0
    xclapp.ScreenUpdating = false
    xclapp.Visible = false
    xclapp.DisplayAlerts = false
    xclApp.Workbooks.Open("c:\tmp\myExcel-File_No_Auto_Open.xlsm")
    xclapp.Run "myExcel-File_No_Auto_Open.xlsm!myExcel-Macro", wscript.arguments(0), wscript.arguments(1)
    3. Or you could use GuiXT and InputAssistant and the command pushbutton with parameter process: Synactive         and    Synactive documentation
    With Pushbutton you can create your own pushbuttons within an SAP screen or within the toolbar. You can make both the menu functions and the navigation to other transactions directly accessible with your own pushbuttons.
    Pushbutton (row,column) "Pushbutton text" "FCode" Process="..." 
    Adds a pushbutton on position (row,column). The pushbutton invokes the internal codeFCode. This can be a code from the menu, e.g. SCMP, a transaction code like /NFB01 or/OMM02 or a F-key or a combination of F-keys in format /nn.
    Process="..."  relates to the InputScript file. You can omit the "fcode" parameter if only "Enter" is needed in order to continue with the transaction.
    4: Or with GuiXT and without InputAssistant:
    With Image you can display image files in the SAP screens. What is the point of having images and graphics in SAP screens? Four principal reasons spring to mind. Firstly, to create a recognizable context. Secondly, to orientate us within a screen. Thirdly, to give the screen a personal, friendly touch. Fourthly, images can carry a mass of vital information, in particular if the choice of image is data dependent.
    By clicking on the image, you can start PC applications. This is obtained by using the additional parameter Start="string":
    Image (row,column) "Name of image file" Start="string"
    You can display documents of all registered file types
    You can start .exe or .bat files with parameters
    5. Or . . .
    Regards,
    ScriptMan

  • Guixt Components - required error

    dear sirs,
    i have a problem settings scripts with guixt,
    if i use "set" command, it will return a "inputassistant component required" error
    if i use a "viewer" control, gives me "viewer component not active"
    i cannot find option to enable them in profile
    im using sapgui 7.1
    thanks in advance

    Hi!
    I'm getting the same error.
    Jared, why do u say that is needed an InputAssistant Licence?
    In my case, if I go to GuiXT profile and then press the 'OK' button, the sritpt works fine. I don´t purchased any license.
    At Synactive site, under pricing, it only mentions two things to InputAssistant:
    Comfortable and fast data entry
    Single-screen transactions instead of multiple-screen transactions
    I'm not using any of those.
    This is the script error:
        Set V[itm] "&cell[Todos os itens,Itm,&V<i>]"
    Line 21: Component InputAssistant required for 'Set'
        if not V[itm]
          goto prev_order_end
        endif
    where is "Line 21:" -> error shown
    How to resolve this?!
    Thanks!

  • Hi Reg  SAP GUIXT

    Hi All,
        In Guixt I want to Add a TextBox. In that, my requirement is to fill the textbox with date  and  save it.
       I want to know whether the date will be saved into the database table or not.
       I want to update that date into database table for particular sales order.
        Is it possible by Guixt if not Please help me with the suitable way to solve it.
    Thanks & Regards,
    Vijay.

    Hi Vijay,
    if you are tring to create a Datefield and want to extract the data check this.
    http://www.synactive.com/tutor_e/lessonia05.html
    to obtain the day, month and year from a date field:-
    Set V[date] "20.02.2003"
    Set V[day] "&V[date](1-2)"
    Set V[month] "&V[date](4-5)"
    Set V[year] "&V[date](7-10)"
    In order to make this work for every date representation in SAP, use the following coding:
    V[date] is a valid SAP date.
    Set V[DateTest] &V[date](5-5)
    if V[DateTest=.] or V[DateTest=-] or V[DateTest=/]
    Set V[year] &V[date](1-4)
    Set V[month] &V[date](6-7)
    Set V[day] &V[date](9-10)
    else
    Set V[year] &V[date](7-10)
    Set V[DateTest] &V[date](3-3)
    if V[DateTest=.]
    Set V[month] &V[date](4-5)
    Set V[day] &V[date](1-2)
    else
    Set V[month] &V[date](1-2)
    Set V[day] &V[date](4-5)
    endif
    endif

  • GuiXT  valid throughout the entire system

    <b>GuiXT</b>
    I need to customize my VA01 transaction using GuiXT. But I dont want it
    to be user-specific on user's PC but throughout the entire system.
    The document that i have seen says that put the GuiXT script file on application server
    for the same.
    But I have seen that for every user there is Script1 . . Script4
    directory setting and this is where the VA01 will look before loading.
    So even if I keep the script file on the server, if these Script directory
    is not set to the required path, it will not reflect any changes that i have
    made.
    SO will i have to go on each user machine and give the path
    or is there a way out.

    Hi Flora,
    Have you looked transaction code <b>SHD0</b> to create transaction variant to customize SAP screen?
    This transaction variant can be applied for user group or individual user.
    For more information, please check this link.
    http://help.sap.com/saphelp_nw04/helpdata/en/7d/f639fb015111d396480000e82de14a/content.htm
    Hope this will help.
    Regards,
    Ferry Lianto

  • SHD0 & GUIXT moving fields / combining Tabs

    Do you know if it is possible to use a screen variant to combine fields from two screens into one?   
    I have created a screen variant for VD51 to make over and under tolerances required. However, I have to force the user to go to the detail screen in order to get the required field error.  If the user remains on screen 200 the program doesn't recognize that the required field is empty.  I had to also create a screen variant for VD52 because this screen allows create as well as change.  For this transaction (VD52) I made all fields in screen 200 display only -- changes can only be made in screen 300.
    It would be better to move the two fields and associated text/descriptions to screen 200 instead hiding the control icons on the main menu (save, back, exit, cancel icons on screen 200 are all disabled). 
    My question is:
    Is it possible to move fields from one screen to another using SHD0?  If yes, can anyone provide some guidance on how to do this -- I'm guessing that it will require code in GUIXT.
    Thanks in advance!

    Hello,
    Following are the BAdI available. Screen Enhancement should help you to add extra filed on the standard SAP Screen. Look for the documentation of following BAdI. And see, which one suits your requirement.
    BADI_SA_DEFINE_GLOBAL_ATTR    
    BADI_SA_HIDE_TYPES_ON_TABS    
    BADI_SA_OBJECT_TYPE_ACTIVATION
    SOLAR_DOCUMENT_CHECK_USAGE    
    SOLAR_STRUCTURE_TRANSPORT    
    You can search for these BAdI for documentation in the transaction <i><b>SE18.</b></i>. In the search help for BAdI's give Package as <i><b>AI_SOLAR</b></i> as the search term. And execute. You will get list of BAdIs in your system. If you don't get all above BAdI's then you might need to apply some SAP Notes. Refer SAP on servicemarketplace and get the note details.
    Other way is to search from <i><b>SPRO</b></i> transaction IMG Settings suiting your requirements.
    Hope this helps.
    PS If the answer solves your query, plz close the thread by marking it Solved and rewarding each reply.
    Regards

  • GUIxT at the global level

    Hello,
    I am using the GUIxT scripting for modification to standard transaction.
    I have added the following to my script:
    del [distance]
    del [SPFLI-DISTID]
    The script is saved on C drive of my desktop. All is working fine.
    My requirement:
    1. To make this scrip global. We have many users and copying the script to desktops of each user is not a logical solution.
    I tried to save the script on the application server but its not allowing me.
    2. Is it possible to hide teh "Activate GUIxT" check? This is to stop users from playing.
    3. How to make the script run at the organizational level. It should run for all the users.
    Any help would be appretiated.
    Pranu

    Hi Pranu,
    I solved the issues in our system as follows:
    1.  We use a central file in for example c:\ program\  sap\ frontend\ sapgui\ guixt.ini. This INI file contains a parameter called Directory1:  
    Directory1      k:\guixt\scripts           // Script Directory 1
    The drive k: is on central  Windows server.
    2. This is possible with Sapgui 4.6D (Patch 103) via a registry entry in
    HKEY_CURRENT_USER/Software/SAP/SAPGUI Front/SAP Frontend Server/Administration 
    Add a string variable with the name "DisappearItems" and value "Activate GuiXT". If this variable exists already with some other menu entries, you can add the new entry "Activate GuiXT" at the end separated by ';', e.g. "Generate graphic;Activate GuiXT".
    The user will then no longer be able to activate or to deactivate GuiXT.  If GuiXT should always be active, you have to set the variable "GuiXT" in   HKEY_CURRENT_USER/Software/SAP/SAPGUI Front/SAP Frontend Server/Customize to 1. 
    3. Unfortunately, I do not understand this question correctly.
    Regards,
    ScriptMan

  • Configuring requirement : ordered item to absorb cost of free goods

    Hello Friends,
    I need to configure this in SAP SD.
    The main item should accumulate the cost of the free goods.
    I have  set the cumulative indicator and deactivated pring for this item.
    Do i still need to configure the stock value for the free goods as cost free item? Or is this step only applicable for
    another scenario, like,
    If I were to activate Pricing such that free goods is displayed as subitem and VPRS configured as cost and discount set to 100%
    1. Set  Item category to TANN using FREE usage   AND
    2. use condition type RL00 with requirement 55.
    3. use pricing type B.
    regards
    Ravi

    Read this SAP help at http://help.sap.com/saphelp_47x200/helpdata/en/dd/55fa4e545a11d1a7020000e829fd11/frameset.htm and the topic Free Goods in Sales and Distribution Processing for details.
    Also go through each step of the configuration of the path at SPRO->Sales and distribution->basic functions->free goods.
    Regards,

  • Deploying only Acrobat XI Pro CC package w/ Enterprise Serial # - Still getting "Sign In Required"

    Downloaded Creative Cloud Packager to create a serialized package of only Acrobat XI Pro.  I further customize the deployment via Adobe Customization Wizard XI, but did not re-enter the serial number (as suggested).  I am able to deploy from the Exceptions folder with the following cmd, msiexec /i "%inst%AcroPro.msi" PATCH="%inst%Updates\AcrobatUpd11006.msp" TRANSFORMS="%inst%Transforms\en_US.mst" /qn.  Upon launching Acrobat, I receive the a pop-up message, "Sign In Required.  Siging in with an Adobe ID and registering Creative Cloud Membership Enterprise is required within 32767 days otherwise it will stop working."  I don't understand why the serial number and Adobe ID I enterred when packaging did not carry over.  Any insight would be appreciated.

    Downloaded Creative Cloud Packager to create a serialized package of only Acrobat XI Pro.  I further customize the deployment via Adobe Customization Wizard XI, but did not re-enter the serial number (as suggested).  I am able to deploy from the Exceptions folder with the following cmd, msiexec /i "%inst%AcroPro.msi" PATCH="%inst%Updates\AcrobatUpd11006.msp" TRANSFORMS="%inst%Transforms\en_US.mst" /qn.  Upon launching Acrobat, I receive the a pop-up message, "Sign In Required.  Siging in with an Adobe ID and registering Creative Cloud Membership Enterprise is required within 32767 days otherwise it will stop working."  I don't understand why the serial number and Adobe ID I enterred when packaging did not carry over.  Any insight would be appreciated.

  • Custom message required on log on pop-up in SAP CRM WEB UI

    We required custom message to the log- on popup, right now the message is coming after we give the user ID and password "starting SAP CRM" instead of that
    user required welcome message.., how can achieve this ?
    Please reply as soon as possible.

    Hi Pankaj,
    did you already check the guide in the CRM Wiki:
    https://wiki.sdn.sap.com/wiki/display/CRM/WelcomeUserMessageinWeb+UI
    Hope this answers your question.
    Best Regards,
    Michael

  • Firefox hangs on opening requiring force quit I have snow leopard mac It hangs when I try safe mode. I need to know how to remove all traces of firefox on my mac so I can reinstall. I have tried terminal as advised on firefox webpage. Please advise m

    Firefox hangs on opening requiring force quit I have snow leopard Mac It even hangs when I try safe mode. I need to know how to remove all traces of firefox on my mac so I can reinstall. I have tried terminal as advised on firefox webpage. Please advise me
    == This happened ==
    Every time Firefox opened
    == I tried to update firefox add-ons ==
    == User Agent ==
    Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_3; en-us) AppleWebKit/531.22.7 (KHTML, like Gecko) Version/4.0.5 Safari/531.22.7

    Try a new profile. See [[Recovering important data from an old profile]]

  • New to HD Editing and CS, building a PC to suit requirements of HD edit. Experienced help wanted :-)

    Firstly let me say hi and thanks in advance to all that read and assist with my questions
    A Bit about me..
    I have recently acquired the need for video editing at a much higher level with both having a family now (baby daughter) and a very active hobby (rc heli flying at a sponsored level).  With this in mind I bought a HD video camera some time back without the realisation that, to effectively edit such footage requires horsepower!!.... so i have saved up for a new computer and ended up here after much reading on various forums (toms hardware, video guys etc etc).
    Where I am up too....
    I have started by firstly implementing a NAS into my Home network which is primarily used to store and stream media (Gigabit LAN) around the home. It is setup in RAID 5 with 5 x 2TB disks (so about 7TB of storage).  I have done this so there is some backup of photos, movies, home video etc (if I lose a disk , hopefully i will not lose the lot).  I have also acquired adobe Premiere Pro CS 5 and now need a workstation that will allow me to edit in confort ( the one I have will not even run it!! .
    My aim is to store original files and completed work on the NAS (or burn to Bluray etc).
    I am looking at a PC solution, as I can obviously get more horsepower for less $$ than a laptop solution. 
    I have built PC's in the past but not with high frequency and this will be the biggest budget one I will have attempted. I have been researching alot over the last few weeks about sytems and components and found this forum to be very good in dealing with hardware specs and requiremnts in a very proffesional way.
    I am now at the point where I getting a little muddled with which way to go and still have a lot of research to complete.  My approach is to tackle each of the components needed one at a time in a fairly hierarchial manner.
    What the PC will be used for..
    This PC will be used primarily for the video editing and some gaming (when I have time).  AlLso any other horsepower intensive apps if needed (I have a laptop and other comps for general duties).
    Budget
    My budget is fairly rigid at $2500 AUD (so I am not looking at a Zeon solution LOL). The budget is to include:
    Case                              ?
    CPU                            Intel I7 2600K (based on my research this seems to be the best way to go with my budget and needs)
    CPU Cooler                  Standard Intel supplied Cooler (seems to perform reasonably well even when moderately overclocking (~4.0 - 5.0 khz) 
    MOBO                           ?
    RAM                              ?
    Graphics Card                 ?
    BLURAY Writer               ?
    PSU                               ?
    HDD Storage               1 SSD and 3 HDD's with 2 in Raid "0"
    OS                              Windows 7 64 Bit
    23 inch Screen               ?
    Questions
         Motherboard
    I guess my issues with MOBO slection revolve firstly around which chipset to go with Z68 (newer) or the P67?  It seems the Z68 is feature rich, however I also seem to feel that the Quick sync and SRT would be better disabled with what I am setting the machine up for? So therefore what advantage is there with going with Z68 if any? or am I better off getting a more established P67 chipset based board?
    I also see that some boards have the Nvidia NF200 for expanding bandwidth on the restrictive 16 PCIe lanes available on the 1155 socket boards given I am only looking at one decent Graphics card is this a chip I should avoid (as I have read this can cause latency with only one graphics card)?
    Another thing I have noticed is some boards have a PLX PEX8608 chip which seems to manage the limited PCIe lanes better if other cards are plugged in?
    I also see some boards have the Marvell Sata 3 controller on them that does not seem to perform as well as the native Intel Sata 3 controller on the Southbridge in tests.  I guess I have no real idea of when I would be looking at stretching the bandwidth and wonder whether I need to concern myself with 4 x sata 3 connections (2 intel and 2 Marvell)?
    One last question I see there is now MOBO's available with PCIe 3.0 available (even though there are no devices that can utilize it) is this even worth being a consideration or is it not really of any importance to the slection process?
    In summary it appears there is lots of goodies on offer with different chipsets and boards, however I do not want to waste budget on things I have no use for or gimmicks.
         CPU Cooler
    It is my intent to start with the factory supplied Intel bundled cooler and invest the money not spent on this item on better graphics card etc. For moderate Overclocking it seems to perform ok.... am hoping this will be ok?
        HDD Storage
    At this stage I am not up to speed with the exact storage devices I need, I am initially looking at whether my ideas for a storage system have merit? Please bear in mind I am not a CSpro user as of yet and so some of this is just based on research with no base knowledge....?
    1 x ~120Gb SSD                                    for OS and Programs
    1 x ??Gb/TB HDD 7200 rpm                    for Media Projects
    2 x ?? Gb/TB HDD 7200 rpm in raid "0"    for Media Cache and Preview Files
    Will the onboard Raid controller accommadate the above adequately?
        Graphics Card
    I am looking at Nvidia as far as I can tell so that I may make use of the CUDA threads and as far as type I assume I pick the best one of the approved list (adobe approved list)?  I am still confused ast to whether there is any benefit from a using a twin GPU card, its unclear to me whether the CUDA can tap into both of the GPU's on such a card? Of course budget restraint will come into play here.
         Ram
    I am looking at 4 x 4gb dual channel Ram cards to give a total of 16Gb total (DDR 3)  as for brands, types and frequencies I have no idea yet and need to cover off some of the above first before my research gets too wide?
         PSU and Case
    I am hoping for a modular device for this, however I was thinking this and the case are a low priority at this stage (until some of the other solutions are verified).
         Blur Ray writer /reader
    With me using my NAS for media streaming I will not be burngin to many Blu ray disks, however I will be reading a few so that I can upload them onto the NAS via this unit.  I have no idea what is a good or bad unit or what to look for in this area?
         Monitor
    I have found some cheap solutions in the 23" sizing for a main screen (~160 AUD) supported by my existing 17' monitor, however is there anything I should be looking for in particular with the monitor I choose?
    I will update each section with what is decided on so that it may help others who are having the same tough decisions to make?
    Even if we just tackle the Motherboard first I would be greatfull...
    Thanks for reading and again all assistance is appreciated.
    Regards
    Jody

    Ok well after much reading I have got the following as the setup that shoe horns in at $2500 ish...
    Interested in thoughts for Premiere pro:
    Component Model $ each Stat Ice Store
    Case
    UNKNOWN AT THIS STAGE BUDGET $200
    Power Supply
    FSP Aurum Series 750W Modular Power Supply $139.00 PCCASEGEAR
    Motherboard
    ASUS P8P67 Deluxe REV 3 $212.00 I-Store
    Processor
    Intel I7 2600k Gen 2 $324.00 All needs Computer
    CPU Cooling
    Thermalright Silver Arrow CPU Cooler $89.00 PCCASEGEAR
    Memory
    G.Skill Ripjaws X F3-12800CL8D-8GBXM (2x4GB) DDR3 $79.00 $158.00 PCCASEGEAR
    OS/Programs Drive
    Patriot 120G Wildfire SSD SATA3  $289.00 Umart
    Capture/work Drive
    2 x  Samsung SpinPoint F3 1TB HD103SJ setup in Raid "0" $54.00 $108.00 Green Box IT
    Render to Drive
    2 x  Samsung SpinPoint F3 1TB HD103SJ setup in Raid "0" $54.00 $108.00 Green Box IT
    Dual/Quad Head Video
    Gigabyte GeForce GTX 580 Super Overclock $589.00 PCCASEGEAR
    DVD-RW
    LG BH12LS38 Optical Media (OEM) $68.71 Mega Buy
    Operating System
    Windows 7 64 Bit Pro $129.00 Umart
    Monitor
    Samsung S23A300B 23in Widescreen LED Monitor $149.00 Netplus  $2,362.71
    Total
    This will be supported by a 10tb 5 disc NAS on Gigabit connection for long term secure storage.

  • I am locked out of IMAP for want of a password and I don't know what password is required.

    I had an unauthorized attempt to login to my Gmail account which was blocked. Gmail wanted me to change my Google password, which I did. Gmail now works fine, but Thunderbird now asks for:
    "Enter your password for -- [email protected]@imap.gmail.com:" to which I have
    1. Put in the new password several times and gets rejected each time, and
    2. I deleted the old password, as well as the new password, that Thunderbird recorded, several times (The only way to change a password saved by the password manager is to delete it, get prompted for the new password the next time it needs it, and then tell it again to save that password. You can delete the password using Tools -> Options -> Privacy -> Passwords -> View Saved Passwords by selecting the password and then pressing the Remove button). I have been prompted for the new
    password.
    I keep getting the generated tiny reply at the bottom right of my screen" Thunderbird Alert from account [email protected]: Application specific password required: http://support.google.com/accounts/bin/answer=185833 (Failure).
    This question is similar to the gentleman having problems in the Uk/Carribean, but Gmail did not generate me a new password, I did.
    Any new suggestions welcome!

    ''""Enter your password for -- [email protected]@imap.gmail.com:"" ''
    on imap & smtp servers:: Change user name from [email protected] to pvedxxxxx
    Try another client. Perhaps [http://www.seamonkey-project.org SeaMonkey] (requires manual configuration of accounts).
    Since this is IMAP your messages are stored on the server, so the following should not cause you to loose any e-mails. Try the following as a last resort.
    Delete the account from Thunderbird and then add it; starting over from scratch.

  • For BSID- Accounting Document Number corresponding PO Number is required

    Hi Gurus,
                 I have got a requirement to develop a report similiar to 'FBL5N' . I am getting the details of open and cleared items of a customer from BSID and BSAD tables respectively. My requirement is also to fetch the corresponding PO number of the LINE items displayed in the report.
                Can any one suggest how can I fetch PO number with Accounting document number(BSID-BELNR)  or (BSAD-BELNR).
               Your efforts in this matter are deeply appreciated and <<removed_by_moderator>>.
    Thanking You,
    ZIa.
    Edited by: Vijay Babu Dudla on Jan 28, 2009 11:07 PM

    If you have fields BSID-VBEL2 and BSID-VPOS2 are populated with the sales order, than access VBKD with the Sales Order to get the Customer PO (VBKD-BSTKD)
    Or
    First, You need to get the Billing document. Access BKPF with the BSID-BELNR to get the AWKEY where AWTYP = 'VBRK'
    Now, you can go to SD document flow with the billing document to find out the Sales Document. Access VBKD with the Sales document to get the Customer PO
    Regards,
    Naimesh Patel

Maybe you are looking for

  • Dynpro-PAI doesn't recognize actual selections in ALV-Control

    Hi Control-Framework-Experts, I have a Dynpro with an ALV-Grid-Control (cl_salv_table). You can mark rows. There is User-ALV-Button (cl_salv_functions_list) and a event-handler (EVENT added_function OF cl_salv_events), which find out, what rows are s

  • Embedding HTML into a JSFF dynamically

    Hi, I have a requirement where I need to embed an HTML table into a jsff (popup). I have a method which returns me a String (HTML) based on various other dynamic conditions. The returned HTML is a table. Now I need to show this HTML in a popup when u

  • SAP BEX Calculated Column

    Hi , I would like to thanks to all who helped me in getting my work done for my previous questions. This time i came up with some new questions ... is there a way to create a calculated column in the SAP BEx query ? I dont have global query edit perm

  • Createimage() using way way way too much CPU!

    Try the following code. Note you will need Java 5.0 to compile it. There are 3 files. Compile and run ApplicationManager.java ApplicationManager.java_ import java.awt.event.ActionEvent; import java.awt.event.MouseAdapter; import java.awt.event.Action

  • Mac OS X 10.5: Time Machine stops backing up to external disk

    Official Mac document: Issue or symptom After about 10 GB or more of data is backed up to an external disk, Time Machine may stop backing up. This may happen the first time Time Machine backs up your files. Products affected Mac OS X 10.5 Leopard Tim