If there is a bank system application,in this when one user login then photo of his would be come up and another one login then his photo should come up in smart form,then how it will handle or make a smart form dynamically?
Answer Posted / senthil
Hi
User documents and photos can be saved in sap using SAP DMS(Docment management system). We can create a document using tcode CV01N for all users.
Based on the user name (sy-usr) get the relevant data (ex.photo) from DMS and show the same using SAP smartforms
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What are the sequences of event block?
How do you find number of records present in internal table?
What are the abap/4 commands that link to a layout set?
Can you assign a matchcode object to a parameter? If so how?
In Smartforms or ADOBE Forms Can we get text from standard table in verticle form? if yes, How?
How do you document abap/4 programs? Do you use program documentation menu option?
What is the difference between skip and reserve?
What is the difference between data elements and domains?
What are the advantages and disadvantages of using views in abap programming ?
Did you create primary index?
How to create a button in selection screen ?
How do you process errors in session method ? : abap bdc
1.why dont use top of page. wat is the use? 2. wat is sub screen? 3. why u select the session method in bdc ? how many records wil be updated on that time? 4.why dont use start form in script? 5.wat is difference b/w dilldown and interactive report? 6. wat is pf status interactine report?
What does a lock object involve?
What is a projection view? : abap data dictionary