if i want to take some matter from a smart form to another
smart form .then how is it possible?
Answer Posted / sivaramakrishna
using standard text consept we can resue a text in multiple
smartforms. so10 is the tcode for standard text,
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
What does an exec sql statement do in abap? What is the disadvantage of using it?
what are the problem we face during development( if we say v are in support(development)? what are the critical problems araises during LSMW updation and Smart form layout development for involce and po? very very important questions now a days commonly asking..plz plz reply me
What are the function of the transport system and workbench organiser? : abap data dictionary
How do you set up background jobs in sap? What are the steps?
How we can retrieve data using secondary index. Explain with simple example?
What are the types of bdc s?
Rp_provide_from_last contains how many parameters ? : abap hr
If I have put commit in badi implementation class after update, is it allowed? Also if some standard functionality already implemented an update and now i m doing update and if it fails, what will be the impact of commit?
What are the abap/4 commands that link to a layout set?
2)In production what is the user exit?
What is a subroutine?
Explain the different types of data dictionary objects?
what is mean be On Change of in Control Break statement
What is modularization and its benefits?
I have 3 transactions,where the output of one transaction is input of another and output of 2nd transaction is input of 3rd transaction.i have one flat file with all data for the 3 transaction.if the 3rd transaction failed can we rollback the remaining 2 transactions or not.Is this possible in BDC,How/