Send me these qutions of answers

1. Strengths in technical subject ?
2. Explain best report which u did ?
3. Major events of reports ?
4. Difference between interactive and classical reports ?
5. Types of BDC’s
6. If you say session than why ?
7. If you say call transaction why?
8. Batch Input & Direct Input differences?
9. Where error logs will be stored(Table name)?
10. SAP Scripts.
11. Why do you use SAP scripts?
12. Basic elements of sap script?
13. How can you say you are the best among others?
14. What is the difference between LSMW & BDC?
15. Which one you prefer most and why?
16. What are the topics you learn in ABAP?
17. Define logical database?
1. Tables in SD & MM modules?
2. Best Report explanation?
3. Report Events(Classical & Interactive)?
4. Select options?
5. BDCS and errors in BDCs?
6. How to add fields in a table?
7. Define logical database (Get)?
8. Difference between check table and value table?
9. Where Icons will be stored?
10. When Bapi and Idocs are used?
11. What are macros?
12. ALE communication type(synchronus or Asynchronus)?
1. How will you create Vendor master data in IDOC & how will you send through ALE?
2. Differences between scripts and smart forms?
3. Data dictionary?
4. Explain about ALE & BAPI?
5. How will you include message controls in ALE and EDI?
6. In an Interactive Report by using some commands the out put will be displayed in sorted order depending on any field?
7. Best Report explanation?
8. What is the use of Delimiter in flat file uploading in BDCs?

hi,
i've given the answer for maximum questions , hope it may help u
Strengths in technical subject ?
Strong in BDC, LSMW, OBJECTS, REPORTS, BAPI etc
3. Major events of reports ?
INITIALIZATION                          
AT SELECTION-SCREEN                          
START-OF-SELECTION      
GET <table>                    
GET <table> LATE                     
TOP-OF-PAGE                    
END-OF-PAGE                    
AT LINE-SELECTION               
AT USER-COMMAND               
AT PF<nn>     
4. Difference between interactive and classical reports ?
     Interactive Reporting
Interactive reporting allows the user to participate actively in retrieving and presenting data during the session. Instead of one extensive and detailed list, with interactive reporting you create a condensed basic list from which the user can call detailed information by positioning the cursor and entering commands. Interactive reporting thus reduces information retrieval to the data actually required.
classical reports
its normal report using write statements
5. Types of BDC’s
      CALL TRANSACTION and BATCH INPUT SESSION
6. If you say session than why ?
       can schedule it to run at any time
7. If you say call transaction why?
         Is used to run at that time
10. SAP Scripts.
     SAPscript is the integrated text management system of the SAP R/3 System. SAPscript is tightly integrated into the SAP System. It is used for many different word-processing tasks all over the SAP System.
11. Why do you use SAP scripts?
For reporting
12. Basic elements of sap script?
Header data 
Paragraph formats
Character formats
Windows 
Pages.
Page windows
14. What is the difference between LSMW & BDC?
In the context of session method,
the method of updating is “Batch Input” ,
we require a program to be coded,
But in the context of LSMW method,
The methods of updating
using “Batch Input/Direction Input”
from an IDOC,
from a BAPI structure.
15. Which one you prefer most and why?
lsmw
16. What are the topics you learn in ABAP?
BDC, LSMW, OBJECTS, REPORTS, BAPI etc
17.Define logical database?
Ans :- A Logical Database is a hierarchical structure of tables. Use the GET   statement to process Logical Databases.
-     LDB consists of logically related tables grouped together – used for reading and processing data.
-     Advantages = 1. No need of programming for retrieval , meaning for data selection
-                            2. Easy to use standard user interface, have check completeness of user input.
Disadvantages = 1. Fast in case of lesser no. of tables But if the table is in the lowest level of hierarchy, all upper level tables should be read so performance is slower.
1. Tables in SD & MM modules?
Tables in SD
KNA1               -     Customer Master – General Data
KNB1               -     Customer Master – Company Code
KNVV               -     Customer Master – Sales Area Data
KNVS               -     Customer Master – Shipping Data
          VBAK               -     Sales Document: Header Data
KNKK               -     Customer Master Credit mgt: Control area
KNMT               -     Customer-Material Info Record Data Table
KNKA               -     Customer Master Credit management:
KNVP                    -     Customer Master Partner Functions
S116                    -     Customer Analysis
      VBUK          :   Header status and administrative data
        VBAK          :   Sales document: Header data
        VBKD          :   Sales document: Business data
        VBUP          :   Item status
        VBAP          :   Sales document: Item data
        VBEP          :   Sales document: Schedule line data
      VBPA          :   Sales document: Partner
      SADR          :   Address
      VBFA          :   Sales document flow
        KONV          :   Conditions
      NAST          :   Message status
      STXH          :   Texts: Header
      STXL          :   Texts: Lines
        VBUV          :   Incompletion log
     VTTK          :     Shipment header
VEKP          :     Shipping unit header
VTTP          :     Shipment item
VTTS          :     Shipment stage
Tables in MM
EINA     Purchasing Info Record- General Data
EINE     Purchasing Info Record- Purchasing Organization Data
MAKT     Material Descriptions
MARA     General Material Data
MARC     Plant Data for Material
MARD     Storage Location Data for Material
MAST     Material to BOM Link
MBEW     Material Valuation
MKPF     Header- Material Document
MSEG     Document Segment- Material
MVER     Material Consumption
MVKE     Sales Data for materials
RKPF     Document Header- Reservation
T023     Mat. groups
T024     Purchasing Groups
T156     Movement Type
T157H     Help Texts for Movement Types
A501     Plant/Material
EBAN     Purchase Requisition
EBKN     Purchase Requisition Account Assignment
EKAB     Release Documentation
EKBE     History per Purchasing Document
EKET     Scheduling Agreement Schedule Lines
EKKN     Account Assignment in Purchasing Document
EKKO     Purchasing Document Header
EKPO     Purchasing Document Item
IKPF     Header- Physical Inventory Document
ISEG     Physical Inventory Document Items
LFA1     Vendor Master (General section)
LFB1     Vendor Master (Company Code)
NRIV     Number range intervals
RESB     Reservation/dependent requirements
T161T     Texts for Purchasing Document Types
3. Report Events(Classical & Interactive)?
1.     classical report Events
TOP-Of-PAGE, END-OF-PAGE,
AT LINE-SELECTION, AT USER-COMMAND
4. Select options?
     Main advantage of select option is we can have range of values
5. BDCS and errors in BDCs?
     Error is captured in the table of structure bdcmsgcoll
6. How to add fields in a table?
Use append structure or include.append should be the last.
8. Difference between check table and value table?
Check table is the foreign key table it checks with the value of value table (parent table)
11. What are macros?
Macros are the coding written in the method of an object
12. ALE communication type(synchronus or Asynchronus)?
2. Differences between scripts and smart forms?
Scripts are client dependent smartforms are client independent
8. What is the use of Delimiter in flat file uploading in BDCs?
To separate the fields

Similar Messages

  • I have an imap account and deleted all mail from server. Once doing this all emails from my iPad -which was on a wi-fi- where automatically deleted. Fortunately these emails are still visible on my iPhone that was without connection. If I send all these e

    I have an imap account and deleted all mail from server. Once doing this all emails from my iPad -which was on a wi-fi- where automatically deleted. Fortunately these emails are still visible on my iPhone that was without connection. If I send all these emails to my iCloud account - they will remain into my outgoing folder until I open my wi-fi- …BUT will they be sent when I open my wi-fi connection, or since they are no longer on my server… be deleted for ever!?

    This is how IMAP works, if you delete from one device it will also be deleted in the other devices.
    iCloud do not backup e-mails.

  • I had a iPhone 3G and I change it in to a iPhone 4G 32GB! I have 3 apple ID account. The one I used is edited by host and I know my password but it ask me for my security question and I forgot it! It send a veify email the answer the an email to blu

    I had a iPhone 3G and I change it in to a iPhone 4G 32GB! I have 3 apple ID account. The one I used is <edited by host> and I know my password but it ask me for my security question and I forgot it! It send a veify email the answer the an email to <edited by host> and the email <edited by host> that is my other  apple ID and the password work on apple but my yahoo account I forgot my password and security question and it won't   verify to my email on to my apple email. so it  send the answer  to  <edited by host> and I can't get it! So Can u do something? Both account r also on my iCloud. I can open both apple account but it won't let me buy nothing on my <edited by host> ! On my <edited by host> that one dose let my buy thing but I had lot of thing I bought on <edited by host> I  bought lots of movies music and app. I spend lot of money on this account.

    It's a really bad idea to post your email addresess - it's an invitation to spam - and I've asked the Hosts to remove them.
    This is a user-to-user forum and no-one on here can take any direct action. If your Yahoo address is not working that's something you would need to take up with Yahoo - have you checked it by sending yourself an email to it?
    Otherwise you will need to contact Support: go to https://expresslane.apple.com/ and click on 'iTunes' in the center column and then 'iTunes Store' in the right-hand column and proceed from there.

  • How to send my security questions and answers to my e-mail?

    how to send my security questions and answers to my e-mail?

    call apple 1-800-694-7466 ask for account security.
    Peace, Clyde

  • Send answers of these qutions

    1.     Strengths in technical subject ?
    2.     Explain best report which u did ?
    3.     Major events of reports ?
    4.     Difference between interactive and classical reports ?
    5.     Types of BDC’s
    6.     If you say session than why ?
    7.     If you say call transaction why?
    8.     Batch Input & Direct Input differences?
    9.     Where error logs will be stored(Table name)?
    10.     SAP Scripts.
    11.     Why do you use SAP scripts?
    12.     Basic elements of sap script?
    13.     How can you say you are the best among others?
    14.     What is the difference between LSMW & BDC?
    15.     Which one you prefer most and why?
    16.     What are the topics you learn in ABAP?
    17.     Define logical database?
    1.     Tables in SD & MM modules?
    2.     Best Report explanation?
    3.     Report Events(Classical & Interactive)?
    4.     Select options?
    5.     BDCS and errors in BDCs?
    6.     How to add fields in a table?
    7.     Define logical database (Get)?
    8.     Difference between check table and value table?
    9.     Where Icons will be stored?
    10.     When Bapi and Idocs are used?
    11.     What are macros?
    12.     ALE communication type(synchronus or Asynchronus)?
    1.     How will you create Vendor master data in IDOC & how will you send through ALE?
    2.     Differences between scripts and smart forms?
    3.     Data dictionary?
    4.     Explain about ALE & BAPI?
    5.     How will you include message controls in ALE and EDI?
    6.     In an Interactive Report by using some commands the out put will be displayed in sorted order depending on any field?
    7.     Best Report explanation?
    8.     What is the use of Delimiter in flat file uploading in BDCs?

    send these answered of qutions

  • HT5312 hello sir i forget my apple id security quastion please send to my rescue email answer please Help

    hello sir i forget my security quastion please send to answer my rescue email thanks!

    These are user-to-user forums, you are not talking to Apple here.
    If you have a rescue email address (which is not the same thing as an alternate email address) set up on your account then you can try going to https://appleid.apple.com/ and click 'Manage your Apple ID' on the right-hand side of that page and log into your account. Then click on 'Password and Security' on the left-hand side of that page and on the right-hand side you might see an option to send security question reset info to your rescue email address.
    If you don't have a rescue email address then see if the instructions on this user tip helps : https://discussions.apple.com/docs/DOC-4551

  • Is it possible to send an automated message to answer when you can't put yours hand on your phone ?

    Read this now : I would like to have an answering machine for my Message app, meaning I'd love if Messages could just answer back to any incoming message when I'm just not able to message back (i.e. : I don't have my phone with me, I'm working and not able to use my phone, etc.).
    Maybe this is already possible ? Is it ?
    Thanks for your answers.
    I know there's a feature that allows you to send a message batck to a caller when you can't answer, but, 1) you have to do something and 2) it's not automated...
    my iphone is an iphone 6 plus with IOS 8.1 and 128G°

    Oops! I hit "Correct Answer" thinking that I could edit my last reply! That wasn't the correct answer, obviously!
    iTunes has replied to me and told me that I cannot download any artwork outside of the USA, so I guess that answers my question, even though it's not what I'd wished to hear. 

  • Pls send Some good question and answer related to FI

    Hi Gurus,
    Pls. send some <b>good question and answer</b> .i need urgently.
    Pls help me.
    regds
    Mahesh K Singh

    Hello
    Sent.
    Material collected from the following link
    http://www.sap-basis-abap.com/sapfi.htm
    Reg
    *assign points if useful

  • I just had to replace my i phone but not all of the tunes i downloaded onto it were saved. i believe itunes can send me these tunes. is this correct, and how?

    i just replaced my i phone, it got wet! but not all my tunes have been down loaded onto my new i phone as i hadnt synced my phone since buying them. i believe i tunes can send me them, so i dont have to buy them again, but how do i achieve this?

    http://www.apple.com/icloud/

  • Will these questions be answered by itunes support or not?

    are these just basic customer to customer chats or will the real support tech please stand up?

    Click Support at the top of this page, then select itunes or itunes store (whatever the problem may be) then select the option that best describes the problem. It will give you options from there.

  • Livecycle Designer 8 - Is it possible to have button to clear fields after user has clicked submit by email button so user can reuse form to send another response with different answers?

    Users will use form to fill in stats for enquiries so they want to keep form open, complete a form, click button to submit by email, then click another button to clear form, form now ready to accept form's responses.  They dont' want to keep opening form each time form needs to be completed.
    Hope you help.
    Thanks Sandra

    Hi,
    Thanks for your response, not sure what you mean by a loop.  I put together
    a draft form to show staff in our Knowledge Centre the sort of thing
    Livecycle Designer can do.
    (See attached file: Library  Request  Form_pub_0001.pdf)
    They are currently writing out on form and manually putting into excel to
    keep stats on the requests.
    Due to current Global Financial Crisis my section does not want to spend
    extra money at the moment seeking assistance from our tech heads.  So we
    are looking for least work no expense option for keeping stats.  I am a PA
    who just happens to have Livecycle program on my computer.
    We use Lotus Notes so I thought the staff could save copy of Library
    request form in the stationery folder.  The staff using the form want to be
    able to do the following:
    1. open the Library request form at the beginning of the day;
    2. when a request comes in, complete the form and click on Send by email
    button
    3. click on a Clear Data button to clear all data from all fields so the
    form is open ready for when the next request comes in.
    Staff are time poor and, as this is only one of their numerous duties, they
    don't want to keep going to a location and opening a file which can be very
    slow on some days
    Each day form may be filled out by approximately 15 staff who may receive
    anything from 0 - 4 requests a day.
    I am not a tech head so script writing is a deep, dark mystery.  Can you
    help using the form above as an example for achieving step 3 above.
    Thanks,
    Sandra Smith
    Personal Assistant
    PricewaterhouseCoopers Australia
    Office: ++61 (2) 8266 9069
    Fax: ++61 (2) 8286 9069
    [email protected]
    http://www.pwc.com/au
                                                                                    Kacyndra                                                 
                 <[email protected]                                        
                 >                                                          To
                                           Sandra K Smith/AU/TLS/PwC@AsiaPac
                 08/08/2009 12:25                                           cc
                 AM                                                                               
    Subject
                                           Livecycle 
                 Please respond to         Designer 8 - Is it possible to have
                 clearspace-200985         button to clear fields after user
                 0098-481178-2-216         has clicked submit by email button
                 [email protected].         so user can reuse form to send 
                     adobe.com             another response with different
                                           answers?                                                                               
    if i understand this correctly, you just want everything cleared whena
    buttons is pressed?
    you can either do it individually:
    on button click:
    mytextField.rawData=""
    or do a loop, using child/paretns..

  • When i went to download a new App,i was asked to submit further security questions.I dont remember filling in these questions and answers, can i find out what they were?

    When i tried to download a new App, i was asked for some extra security questions. i dont remember filling out any of these questions or the answers.
    How can i find out what i put down if anything at all.?

    Go to item 12 in the AppleID FAQ for help with a disabled account.
    You can also go to the AppleID support page and click manage your account for additional help.

  • Hi , i forget my answers and you did not send to my email the answers

    hi
    i forget my answers and you did not send to my email the answers

    You can find all of your previous posts here:
    https://discussions.apple.com/people/Osama%20Zaid

  • How can I get Apple to send my iTunes security question answers to my new email?

    Originally, I had my Apple account set up to a gmail account. But then, I deleted my gmail and connected my account to my hotmail instead. I'm going to lose this laptop soon for a new laptop swapout, and this is the only device that lets me use my iTunes account. I don't remember my security question answers, so I have them emailed to me via "Manage my account". However, I fear that the answers may be being wrongly sent to the gmail account I deleted. I need this question answers soon, otherwise I will lose hundreds of dollars previously put into my iTunes. Please help!

    Click here and request assistance.
    (74171)

  • When trying to send E-mail via AOL i get the message "rejected by the server because it does not allow relaying" I have checked settings as per answers to similar question

    When trying to send E-mail via AOL i get the message "rejected by the server because it does not allow relaying" I have checked settings as per answers to similar question

    From which account does the email not send?  When sending from an account, the iPad will first try to use the aoutgoing server for that account.  If it can't it will try the other accounts listed.in the setting on the iPad for that account.  It soulds like the server for the account is not working and that the alternate server is resjecting the messag since it did not originate ffrom the account associated with that server,  That is to prevent sending spam.

Maybe you are looking for

  • Asset error-urgent

    dear all, While posting asset acquisition i am getting the following error: SYST: Depreciation key IN3 is incorrect Message no. AA651 Asset affected: INTERN-00001-0000 Diagnosis The multi-level method of phase N1 in depreciation key IN3 has not been

  • How can I control a video from automatically playing in Foxfire?

    I'm tired of those pesky video ads running and eating up my bandwidth while loading when visiting sites.  Is there a way I can control when to allow a video to load and play using Foxfire or IE?  For those that do not have high speed internet and rel

  • SO_NEW_DOCUMENT_ATT_SEND_API1 sending pdf with wrong special characters

    Hi Experts, Im using the fm SO_NEW_DOCUMENT_ATT_SEND_API1 to send out a pdf (into sap office box). But when I open it I get totally wrong special characters (Chinese for instance, and ' is replaced by #). I have already applied the note 1430123 but i

  • How can create an email with checkboxes?

    I want to send an email with a list and has the recipients to check items in the list.  For example,  I have the following list: Which office applications do you use? Outlook Excel Word PowerPoint Access Instead of the dot, I want to use a checkbox a

  • Audio in on my mid year 2012 MacBook Pro

    I want to feed audio from a  Yamha mixer into my MacBook Pro which doesn't have an audio input. How can I do that without usb adapters?