Link for pa0105 and usr02

hi all,
pls suggest me link between tables pa0105 and usr02 .
required fields are usrid , usrid_long and bname.
best regards,
ashok.

Hi,
Thru table pa0105
get usrid where subtype = '001'.
use offset of
userid = instead firs charecter
say Pxxxxxxxx
need xxxxxxxx
take a variable
data: uid like usr02-bname.
move this to uid.
And then select query from table usr02 where bname = uid.
If it is helpfull pls reward pts.
Regards
Srimanta

Similar Messages

  • Link for pa0105 and usr01

    hi all,
    i want to link two tables i.e. pa0105 and usr01. for userid.
    pls tell me how to link them.
    best regards,
    ashok reddy.

    Hi Frd
    There is no releation between those two tables.
    Reward  Me Points
    By
    Pari

  • By mistake I uninstalled my Acrobat someting, which gave me the opportunity to print .pdf and color-mark text. My licence key is [removed by moderator]. What is the name of the product? Where is the link for download and reinstall? Please help me r

    By mistake I uninstalled my Acrobat someting, which gave me the opportunity to print .pdf and color-mark text. My licence key is [removed by moderator - never disclose publicly]. What is the name of the product? Where is the link for download and reinstall? Please help me rapidly, Best regards / Stefan

    Sign in to your Adobe account online and look in the Plans/Products sections to see which program it might have been.

  • Link for MSEG and EBELN for Mvt 541.

    HI,
    Actually I need link to get the mataerial document numbers against Sub contract Po for mvt 541.
    I need to develop a program to capture the material document nos against Subcontract PO and calucate reamain components against each po with respect to GR for that PO and line item.
    Please provide link for MSEG and EBELN link for mvt 541.
    Thanks
    Venkat

    Hi Venkat,
    Check EKBE table. U will find Material doc no corresponding to the PO no.
    Reagrds,
    Amitava

  • How to create logical link for report and make that available in webui

    Hi All,
    Please  mention the steps to creae logical link for standard report(BI) or customized report and assiging it to work center,
    Thanks,
    priya

    There is a good guide available from SAP: service.sap.com/crm-inst
    It goes into most details you would want to know on including BI reports.
    The path is SAP CRM > SAP CRM 2007 > CRM WebClient UI
    cheers Carsten

  • Links for ABAP and JAVA Admin + Troubleshooting

    Hi Gurus,
    Can anyone send me the useful links for Admin + Troubleshooting in SAP BASIS i.e. ABAP and JAVA ?
    Also, which are the Routing Maintenance Tasks in SAP BASIS ?
    Any / All help is most welcome and would be rewarded with suitable points.
    Many Thanks in Advance ,
    Regards,
    - Ishan

    Hello Balaji,
    Yes, you can connect the JAVA user adminsitration with the Single CUA.
    Make use of the JAVA UME feature for this.
    http://help.sap.com/saphelp_nw04/helpdata/en/49/9dd53f779c4e21e10000000a1550b0/content.htm
    Regards,
    Ammey Kesarkar

  • Link for PO and Invoices FB60

    Hi Friends,
    I have a requriement I need to fetch invoices based on particular Purchase orders, can any one tell me the link for this two.
    Actually the invoice details are posted in Transaction FB60.
    Regards,
    Line

    Hi!
    Do you mean link between the BKPF and BSIS tables? It's the BELNR, GJAHR, BUKRS fields.
    Check BSAS table also. BSAS and BSIS for the cleared/uncleared FI documents.
    You might check out the fields ZUONR or SGTXT for reference in BSIS/BSAS tables also.
    Regards
    Tamá

  • Link for PO and Invoices

    Hi Friends,
    I have a requriement I need to fetch invoices based on particular Purchase orders, can any one tell me the link for this two.
    Actually the invoice details are posted in Transaction FB60.
    Regards,
    Line

    Hi
    Link the
    EKPO-EBELn = RSEG-EBELN and
    EKPO-EBELP = RSEG-EBELP and
    fetch the invocie data
    Rseg contains all data related to FB60
    Header tables is RKPF
    use EKKO if needed.
    Reward points if useful
    Regards
    Anji

  • Some good links for applications and games of all ...

    hi
    i recently applied a new 6280 and ive been wondering where i would obtain games and applications from. my mates have got some but they cant send them because you cant send things that automatically install in the phone. i heard theres an application that lets you send things that are installed into the phone eg. games, apps etc.
    anyway, please write some links for GOOD nokia 6280 games and applications.
    thanks very much.

    There's quite a few websites which offer you applications and games for your phone, but the Terms and Conditions of this site prevent recommendation of any specific ones.
    As a first stage you can go to the following website which will give you a sampler of the types of applications that are available for your phone :
    http://www.softwaremarket.nokia.com/Message Edited by edwardquan on 09-Jun-200711:13 PM
    Regards,
    Edward

  • Object Link for PO and PR

    Hi Gurus,
    I have an requirement to view DIR (Drawing) through PO (Purchase Order) and PR (Purchase Requistion) using object link.
    When I go to the DIR screen I can view the following std objects for 1) Purchase Order Item  for PO   2) Purchase  Req Item for PR.
    When I attach a PO & PR number and double click the same it takes me to the  ME21 screen for PO creation and ME51 screen for PR creation eventhough it has been already created.
    How  can I view the DIR in ME23 and ME53?
    Thanks,
    Paddy

    How can I view the DIR in ME23 and ME53?
    ME23 :
    In menu tab
    Select item
    choose More Function
    then Document
    ME53 :
    In Menu tab
    Select Goto
    Then Linked document

  • What to include / link for CFHTTPMessage and friends?

    Hello, all ...
    I'm developing an iPhone app and I want to use CFNetwork calls instead of NSURLConnection et al. However, I can't seem to get XCode to see the CFNetwork stuff:
    Line Location AudioStreamer.m:427: error: 'CFHTTPMessage' undeclared (first use in this function)
    Line Location AudioStreamer.m:427: error: syntax error before 'myRequest'
    Line Location AudioStreamer.m:428: error: 'myRequest' undeclared (first use in this function)
    Line Location AudioStreamer.m:428: warning: implicit declaration of function 'CFHTTPMessageSetHeaderFieldValue'
    Line Location AudioStreamer.m:430: warning: initialization makes pointer from integer without a cast
    Line Location AudioStreamer.m:430: warning: implicit declaration of function 'CFReadStreamCreateForHTTPRequest'
    Foundation.framework is in the project -- what other framework do I need to add? I'm used to gcc's -i, -I, -l, -L options to specify this stuff
    Regards,
    John
    Falling You - exploring the beauty of voice and sound
    http://www.fallingyou.com

    OK, I found CFHTTPMessage.h in CFNetwork, so i'm including that now. I still can't get XCode to find the symbols, though:
    Line Location Tool:0: collect2: ld returned 1 exit status
    Line Location Tool:0: "_CFHTTPMessageCreateRequest", referenced from:
    Line Location Tool:0: symbol(s) not found
    Line Location Tool:0: -[AudioStreamer startInternal] in AudioStreamer.o
    Line Location Tool:0: "_CFReadStreamCreateForHTTPRequest", referenced from:
    Line Location Tool:0: -[AudioStreamer startInternal] in AudioStreamer.o
    Line Location Tool:0: "_CFHTTPMessageSetHeaderFieldValue", referenced from:
    Line Location Tool:0: _kCFHTTPVersion1_1$non_lazy_ptr in AudioStreamer.o
    Line Location Tool:0: "_kCFHTTPVersion1_1", referenced from:
    Line Location Tool:0: -[AudioStreamer startInternal] in AudioStreamer.o
    I've tried adding the CFNetwork framework, but ... there is no CFNetwork framework shown when I try to add it. I see specific CFNetwork frameworks for OSX, iPhone OS 2.0-2.2, simulator and device, but my understanding was that XCode finds the correct device-specific framework at link time i.e. if I choose CoreGraphics.framework, it links against the device-specific CoreGraphics.framework when I build for the device, and the simulator version when I build for the simulator.
    What framework do I need to add to use CFHTTP-stuff? Where do I find it?
    Regards,
    John
    Falling You - exploring the beauty of voice and sound
    http://www.fallingyou.com

  • Links for web and email...

    when i'm typing a message in mail and i type in a web site or an email, is there any way for it to automatically be a link?

    Not in Mail. Of course you can enter a URL in the text of the message without using the Add Link if you want. If you have Rich Text editing turned on in the Composing options of Mail's preferences, then it will appear as a link to any recipient that can receive HTML mail. It just doesn't appear as a link in the message composition window.

  • Table link for material and characterstics values

    Hi all,
    I want link between the material and characteristic values .
    please help me regarding this.
    Regards,
    T srinivas.

    Hi,
    "use this function moduel...
    *Retrieve Batch class , characteristic name and values for Material
      CALL FUNCTION 'CLAF_CLASSIFICATION_OF_OBJECTS'
        EXPORTING
          classtype          =  '023'
          features           = 'X'
          language           = 'E'
          object             = w_l_object      "pass material number with leading zeros..
          objecttable        = 'MCH1'   "enter table name MARA, MARC ,MCH!
        TABLES
          t_class            = t_lclass
          t_objectdata       = t_objectdata
        EXCEPTIONS
          no_classification  = 1
          no_classtypes      = 2
          invalid_class_type = 3
          OTHERS             = 4.
      IF sy-subrc = 0.
    ENDIF.
    "or fololow the below code
    AUSP,CABN , CAWN, CAWNT..
    select * from AUSP in to table t_ausp where OBJEK = matnr .  "Pass materia number with leading zeros
    SELECT SINGLE * FROM cabn
              WHERE atnam = t_ausp -atnam.    "characteristic name stores in this table
    if sy-subrc = 0.
            SELECT SINGLE * FROM cawn WHERE atinn = cabn-atinn
                                       AND adzhl  = cabn-adzhl.  " "characteristic Values stores in this table
    endif.
    Prabhudas

  • How can I click on a link for email and have my email come up?

    When I want to send an email from a website, the link will not connect to my email program. It does from Safari and other people's Firefox. I uninstalled Firefox and reinstalled it. It still doesn't work. HELP!

    What email program or email site do you want Firefox to fire up to send the message?
    In the Preference dialog, you might be able to select the program from a list. In some cases, you need to take extra steps to add it to the list.
    Firefox > Preferences > Applications
    In the search box above the list, type '''mailto''' and then pause to let the list filter down. Does the drop-down control on the right side let you choose your preferred email program?

  • I send mi link for podcast and i dont have answer, please where can i see the satus for aprobal

    where can i see the status for mi podcast?
    i got the mail that is in process but never the answer that was aproved or not!
    that was 5 days ago
    Thanks

    It can take at least two weeks for a podcast to be approved - sometimes more - as it required human intervention and there may be a large backlog. It's just a question of waiting. As you've received the acknowledgement email things are plainly underway, and all being well you should get an acceptance email eventually, giving you the URL of your Store page.

Maybe you are looking for