• No se han encontrado resultados

REPOSICIÓN DE ANDEN EN TABLETA GRESS 30X30 CM

In document ESPECIFICACIONES TÉCNICAS (página 131-136)

PAVIMENTOS EN CONCRETO RÍGIDO

7.2 REPOSICIÓN DE ANDEN EN TABLETA GRESS 30X30 CM

B.) Fields symbols are just like pointers in C. They points to the data object at runtime but do not allocate any memory for that data object.

542.) what is partner profile. in which table it can be stored?

a.) when we talk regarding partner functions ,like in SD module are Bill to party , sold to party ,ship to party (these are

partner functions .the output of one function is the input for another .

for getting the partner function details,follows the detail and table name.

vbpa==sd partner functions

knvp == customer partner functions EKPA = Partner Roles in Purchasing WYT3 = vendor partner function

543.) what is the Currency and Quantity field in BDC? A.) In BDC, for currency, quantity, date and time fields you

need to take the data into a char variable of enough length and use WRITE TO statement to take care of user settings. EG: WRITE l_curr TO l_char CURRENCY 'Currency code'. CONDENSE l_char.

Pass l_char to BDC.

544.) How to handle Error in LSMW. This is urgent anybody know this answer plz post me...

A.)

545.) hi what is difference between REUSE_ALV_GRID_display and reuse_alv_list_display .

A.) reuse_alv_list_display gives u the the normal list display where as REUSE_ALV_GRID_display gives u the grid as display with more graphical options like some features in layout

B.) In Grid display TOP-OF-PAGE event will be used and we can display logos in REPORT. But where as in case of LIST

display it is not possible. Even edit is not possible in LIST display but in grid display it is possible

546.) 1/ how can u move a logo from presentation server to application server ?

2/ The logo uploaded using rstxldmc prog . where it is going to store ?

3/ The logo is got inverted then how u handle this situation ?

4/what r clients ? what r the client no available in a company ? 800 client for which application ?

5/if i will display data by writing statement on start-of- selection then what is need of end-of-selection in

classical reporting ?

6/ can u use at-line-selection & user-comand at atime in same programe ?

A.) 1) when we upload a graphic from SE78 tcode its moved to application server

2) The report RSTXLDMC allows a TIFF graphics file to be uploaded from the file system of the R/3 GUI to a standard text in the R/3 word processor SAPscript

4) Client

is a there didgit number which we enter while

logging which helps in data security by preventing the data from being visible to users in other client

1) A commercially, organizationally, and technically self- contained unit within an SAP

system

2) Clients have own master records and set of tables 3) Client is the highest level in the SAP system hierarchy I think 800 client is IDES server for traing purpose

5) END-OF-SELECTION is must

when there are Logical Database used in the program when STOP statemnt is used

and in cases where you need to change the O/P after printing for example if we need to print the page numbers in the form 1/10 its not possible directly but through end- of-selection.

6) yes we can use.

In the PF STATUS we must give the tcode PICK beside the function key F2 in freely assigned keys

547.) 1/ what is the diff between parameter & range ? 2/ what is the methodology used in your project ? 3/ what is system symbol ?

4/ what is the diff between support project & implimented project ?

A.) 1.Difference between Parameter & Ranges :

Ranges :it gives 2 values ie) fromvalue and tovalue.we can use select-options also ranges.It creates 4 selection table (sign,option,low,high).

parameters do not create selection table and it shows only 1 value.with paramters we can define checkboxes and radiobuttons.

2.Methodology: project preparation(as-is,to be),business blueprint,realization,final preparation and go-live.

3.system symbol is the standard symbol used in r/3 for defining date time,month etc.

4.support project: makes changes or configurations after implementation projects by means of raising tickets . implementation projects : doing end-end implementation projects ie)covering all phases in methodology.implementing SAP from conventional system.

548.)BAPI IS EFFICIENT THAN BDC? A.) Yes BAPI is efficient than BDC.

The BAPI and BDC are actually meant for different pruposes. BAPI are developed for webservices in which the calling application can directly call the BAPI and carry out the required operations, where as in BDC we have to write a code and then we need to get the data in SAP system in a perticular format and validate the same and then carry out the updation or other operations, in case of BAPI is a business object repository object which can be called from any application. where as for BDC program we need to get the input file and execute it manually or as a batch job. Many of us face probelms in upgradation projects for BDC programs as the screen sequance of some other settings gets changed so we need to redo the coding(recording) of BDC and for some transactions its not possible to record as well

such a enjoy transactions, in these cases BAPI is a very good and proper alternative.

549.) What is the difference between field string and internal table?

A.)Fieldstring(workarea)

550.) What is the purpose of Edit Masking? A.) Edit Mask is Used for Editing Output in ABAP Editor. for example :

DATA TIME TYPE T VALUE '154633'.

WRITE (8) TIME USING EDIT MASK '__:__:__'. Output:

15:46:33

551.)What is substring?

A.) get some data in the string.

ex: string= subrahmanyam.if you willinh go onliy in bitween the r and a then use substr.

sy:

str1 = str+4(7).

here 4 specifys that staring position of capture data. 7 specifys how meany char can capturng data.

552.) Withou using SLIN transaction how would you check custom programs?

A.)SCI

553.) Why we do Version comparison?

A.) Version Comparision is very helpful to the programmers, it helps us in checking the changes done to a particular code. we can compare and check if the changes are moved from our Development system to the test/production system or not.

We can also check what changes were made in which transport.

554.) You have 5lakh records to transfer to sap from flat file.which method of bdc you wiil choose and why?

In document ESPECIFICACIONES TÉCNICAS (página 131-136)