2006 Nov 22 3:05 PM
HOW DO V USE THE FM'S CREATE_TEXT,COMMIT_TEXT AND READ_TEXT
AS IN WAT PARAMETER R PASSED FOR EACH N WAT CODE IS TO B WRITTEN FOE EACH?
I NEED IT VERY BADLY.
PLEASE REPLY.
2006 Nov 22 3:08 PM
2006 Nov 22 3:09 PM
CREATE_TEXT is used to create a new text, READ_TEXT is used to read the existing text, COMMIT_TEXT is used to commit data to SAP which is been used after CREATE_TEXT...U need to pass parameter values to CREATE_TEXT & READ_TEXT Fm.
2006 Nov 22 3:16 PM
TELL ME WAT KIND OF ITAB IS TO B USED AND WAT PARAMETERS TO BE PASSED AND HOW THE CODE IS WRITTEN ON THE WHOLE??
2006 Nov 22 3:19 PM
The parameters change depending on what text you are dealing with.
Usually you will be able to see the same text in the standard transaction as well.
So, go to that text in the full screen mode, in the menu Go To--> Header and you should be able to see the parameter values for that texts.
Then you can use the same values in the function modules as well. Declare variables same as that of the function module parameters and then assign values and use them.
Here is a example of the same
http://www.sapdevelopment.co.uk/fmodules/fms_readtext.htm
Regards,
Ravi
Note - Please mark all the helpful answers
Message was edited by:
Ravikumar Allampallam
2006 Nov 22 3:22 PM
R THE PARAMETERS WHICH R TO B USED IN CREATE_TEXT FROM THE ONES V CREATE. I AM NOT CLEAR ABOUT IT.
2006 Nov 22 4:16 PM
Yes sirisha,
You have to use the same varibles which ever u declared at the starting for the corresponding fileds.
2006 Dec 04 10:59 AM
2006 Nov 22 3:22 PM