‎2008 May 12 7:25 AM
Hi all please answer this questions
1). If the scripts are client dependent, what above driver program ? (client dependent / independent)
2). I have two pages, In one page I want address, Header, Main & footer. In the second page I want only Main. How to do it?
3). Difference between WS upload & GUI upload.
4). In a flat file, I have 10 records.(using UAOI). How many times call transaction will be triggered ?
5). Explain about No intervals, no extension in select options.
6). I have developed a form in A4 size ? How many character and lines we can print ?
7). What is the button to change the variant in ALV
8). How to perform Recording other than SHDB (Using direct input).
9). In start of selection, if we perform validation, what happens ?
10). If we modify a script & add some more fields in the form. How to write code for Form routine
other than SE 38.
11). How can u see all the existing user exits using the program in SE38.
12). How to terminate infinite do loop ?
13). How to select multiple rows from basic list and display in second list.
14). How to check how many fields are using a Data Element ?
15). How do u handle errors in RFCs
16). diff between call trans and session. In what scenarios do u use them.
17). how to handle table controls which stretches on more than one page in BDCs.
18). what happens when you give user_command in 'name' and leave the 'form' in t_eventswill it go to dump OR nothing happens ??
19). What is RSBDCSUB, RSDPARAMS?
20). How do u schedule a session created in sm35?
21). How do u display blocked sales orders in a report?
22). What are the various ways in which you create a Module pool program?
23). How do u restrict no of lines for a page in Script?
Vijay G
‎2008 May 12 8:05 AM
Hi,
Ans:
1- driver program is always Client Independent.
2- Design the page how you want then assign the page2 as follow up of page1 in attributes.
3-
4-10 items, one call transaction per record.
5-
6- A4 size: 8.27 X 11.69 inchs, we cant determine how many lines , it depends on the design of the forms.
7-
8- Goto SHDB tcode , Click New recording then give the recording name and the Tcode that you want to take the recording then start.
9- Terminates if the validations are worng.
10-
11-
12- Use EXIT command.
13-
14- SE12- Specify the DE name then CLick the Where Used Button.
15- Use TRY-CATCH method
16-
17- Use the Page down.i.e pass Enter code = P+
18-
19-
20-
21-
22- SE41 or SE80
23- Use the Key word LINE-SIZE in the header part
Rewards if useful
Thanks,
‎2008 May 12 8:26 AM
Hi,
3- Hi,
chk this
WS_UPLOAD and WS_DOWNLOAD, the function modules used until now are not part of the standard set of ABAP commands. They are used to display the file interface on the presentation server. WS_UPLOAD and WS_DOWNLOAD are not compatible with USs and have been replaced by GUI_UPLOAD and GUI_DOWNLOAD.
The new function modules, GUI_UPLOAD and GUI_DOWNLOAD, have an interface that also allows you to write Unicode format to the local hard drive. For a description of these interfaces, refer to the documentation for each function module, available under SAP Easy Access " Development " Function Builder " Goto " Documentation.
Instead of using the function modules, you can use the static methods GUI_UPLOAD and GUI_DOWNLOAD of the global class CL_GUI_FRONTEND_SERVICES.
http://help.sap.com/saphelp_erp2005/helpdata/en/79/c554a3b3dc11d5993800508b6b8b11/frameset.htm
‎2008 May 12 2:57 PM
Hi,
3) GUI download and upload are the evolution for ws Download and UPLOAD.
5) No extensions in a select option only allows the user select data by a single value or just one intervals.
No Intervals does not allows the user to use intervals in a selection screen. In the select screen.
7) Maintenance layout.
Regards,
Fernando