How to display dynamic logo's in Smartforms? i mean to say
different logo's on different pages?
Answer Posted / sivasayini
hy don't worry man i got the same question in cap gemini one year back, i think they have some standard interview panal questions.
ok let me come to the question first of all the question is wrong no company in the world want to dissplay the different logos for different pages for any sales order or invoice or purchage order documents.
ok now i will give u the clarification on the question ie
HOW TO DISPLAY THE DYNAMIC LOGO'S IN THE SF ? FOR EX BASED ON COUNTRY. MEAN IF THE SF IS GENERATED FOR INDIAN CUST'S OR SOME OTHER CUSTOMERS BASE ON COUNTRY FIELD?
NOW let us see the solution, i.e import the customer land field to sf as part of form interface , now create multiple graphic nodes for multiple countries at the top left corner, now under each graphic node create one conditoin node and specify like
Field Name - IT_KNA1-LAND1
Comparison Value - 'IN'.
LIke this create under each condition node with the specific country values .
NOW the enduser enters the country value on theselection screen which is displayed by driver pg. now the end user fills the selection screen field with corresponding country now the value will be exported to sf . now the corresponding graphic node mean logo will be displayed based on the country.
ok man to write this ans it took 1/2 hour . see how i spent the time for u . u know my company pay 4.50 rs per min for me as salary. ok by
| Is This Answer Correct ? | 24 Yes | 0 No |
Post New Answer View All Answers
What is an abap dictionary? : abap data dictionary
What is a maintenance view? : abap data dictionary
What is the difference between a structure and a table? : abap data dictionary
How can we determine a vendor is Bloc/Unblock from the table LFA1?
How to define selection screen?
What are the differences between a database index and a match code?
Explain the structure of a bdc sessions?
What are the dynamic actions and how to configure it? : sap abap hr
data:zxyz type xyz. where xyz is a standard sap structure where it contains data type fields and line type (refer to other structure) fields. my question is how to assign values to field zxyz-str-matnr where str is a structure inside xyz structure.
What is the maximum number of structures that can be included in a table or structure : abap data dictionary
What is the use of at new statement ?
Explain client-dependent and client-independent tables.
what are the two methods of modifying sap standard tables ?
What is runtime analysis?
How can we upload a text file having delimiters in to legacy system?