manideep kumar


{ City } hyderabad
< Country > india
* Profession * abap consultant
User No # 87672
Total Questions Posted # 0
Total Answers Posted # 7

Total Answers Posted for My Questions # 0
Total Views for My Questions # 0

Users Marked my Answers as Correct # 40
Users Marked my Answers as Wrong # 13
Questions / { manideep kumar }
Questions Answers Category Views Company eMail




Answers / { manideep kumar }

Question { Satyam, 4982 }

if take one table with max no of records,in that i transfer
only three records to quality r production r anywhere how it
is possible?


Answer

in table maintenance generator we have a option add to
transport. Using this option we can transfer records from
development to quality , quality to production.

Is This Answer Correct ?    1 Yes 0 No

Question { HP, 12480 }

Which event in Reports is equal to PBOin Module Pool Program?


Answer

PBO : Process Before Output.
if we consider selection is our output.
only initialization event is equal to PBO.
Why because all at selection screen events trigger when
user enter something in selection screen and press enter.

Is This Answer Correct ?    0 Yes 2 No


Question { Cap Gemini, 12993 }

Can we create a database table through a report?


Answer

Record the table creation in shdb. cal it in program. it
works. we can create database table using a report.

Is This Answer Correct ?    2 Yes 2 No

Question { TATA, 5759 }

For particular transaction you want to upload the data using
any of bdc method...if the transaction contains any of pop
window functionaliy and having radio button in the
window..Any one of the radio button must be selected then
only the next data can be inserted how will you handle this
scenario in your program


Answer

while recording through transaction SHDB. check 'Not a batch
input session', then you will get the popups in recording.
just continue the recording. .

Is This Answer Correct ?    8 Yes 2 No

Question { Satyam, 12352 }

what is version management in sap abap.Do we have this
concept in scripts also?if at all then how do you handle in
scripts and what's its usage


Answer

Version is used to differentiate the current active version
and previous active version. if our current active version
is wrong we can retrieve the previous version.
path to version management : Utilities -> versions -
>version management.
you can compare current verison and previous active version
also.

for Script released versions ...

goto Tcode SE03 ---> select SEARCH FOR OBJECTS IN
REQUESTS/TASKS

In object selection, we can see selections like PROG,FUGR,
CLASS etc.. in the blank space give FORM and press enter,
enable the check box and give the form name and execute. it
displays all the released requests and tasks .

Is This Answer Correct ?    11 Yes 3 No

Question { Genpact, 5661 }

Can we get unique records with secondary key also


Answer

Yes. we get unique records based on secondary key also.

Is This Answer Correct ?    5 Yes 2 No

Question { Genpact, 5661 }

Can we get unique records with secondary key also


Answer

while creating secondary index we have to choose Non-unique
index and Unique index. If we choose Unique index we get
unique records, else we get non unique records.

Is This Answer Correct ?    13 Yes 2 No