2008 Jul 02 9:41 AM
Hi team,
I have a simple doubt in BDC , after recording the transaction i am copying all the perform statements into a seperate
program , now my doubt is how to get or create a ' FORM' statement in the BDC for the corresponding perform
statement ?
2008 Jul 02 9:45 AM
Hi,
If u double click on subroutine it create a form <form name>
then u add u r code.
ex :
FORM bdc_dynpro USING program dynpro.
CLEAR t_bdcdata.
t_bdcdata-program = program.
t_bdcdata-dynpro = dynpro.
t_bdcdata-dynbegin = 'X'.
APPEND t_bdcdata.
ENDFORM.
Regards,
Narasimha
2008 Jul 02 9:45 AM
Hi,
If u double click on subroutine it create a form <form name>
then u add u r code.
ex :
FORM bdc_dynpro USING program dynpro.
CLEAR t_bdcdata.
t_bdcdata-program = program.
t_bdcdata-dynpro = dynpro.
t_bdcdata-dynbegin = 'X'.
APPEND t_bdcdata.
ENDFORM.
Regards,
Narasimha
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |