The document contains questions about various SAP development topics:
1) How to declare and display images in SAPscripts and Smartforms.
2) How to link tables in database and maintenance views in SAP.
3) Questions about declaring standard texts, initializing screens, and validating fields in Smartforms.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
445 views1 page
3rd Round Interview Q Signiwis
The document contains questions about various SAP development topics:
1) How to declare and display images in SAPscripts and Smartforms.
2) How to link tables in database and maintenance views in SAP.
3) Questions about declaring standard texts, initializing screens, and validating fields in Smartforms.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1
1) How to upload and display picture in mpp?
2) If A B C are three tables A Is link to B and B is link to C if we want to link
a and c then what we do in se11,if we do this in database view and y we are not use this in maintainence view? 3) Same question but in se38? 4) Syntax to write page number in sap scripts and smartforms and where we write? 5) How to declare a standard text in a smart form? 6) Use of initialization and at selection screen (use not when trigger)? 7) How to validate single field and use of chain endchain? 8) If there are 2 programs p1 and p2 then if we want to connect two programs using subroutine then what we do? 9) Y we use main screen in sapscript? 10) Y we use main window in a smartform as without main window we can work with smartform instead of main window we use variable window? 11) Diff between dataelement and domain When u work to create this what difference u observe? 12) Top-of-page is for heading so y we use at first? 13) How to declare POH and POV in mpp syntax and use? 14) What is the use of maintainence view? 15) What is search help exit? 16) if A and B is a table and C is the search help table so how to combine and create a search help in A and B? 17) y we use form attributes and form interface in a smartform ( in this we define import & export parameters) as same we define in global definition. So y we define form interface and form attributes? 18) If there is two radiobuttons in program when we select first radiobutton first select option is display and when we select second radiobutton second select option is display and all are in one selection- screen and in which event we define this and write the logic? 19)