2009 May 08 7:53 AM
Please let me know how to write a BDC program creating a function module thru SHDB recording ? I have created a function and calling the same from my Z program but it is not working.ALso I need to know how we can pass the current date value as defult to one of the BDC fields.
Hello,
Check this FM it using BDC program to update the records,
BAPI_TRIP_CREATE_FROM_DATA
In line 250 you will find the call transaction check this.
To pass the current date use SY-DATUM.
Move SY-datum to field u want to pass.
2009 May 08 8:07 AM
Hello,
Check this FM it using BDC program to update the records,
BAPI_TRIP_CREATE_FROM_DATA
In line 250 you will find the call transaction check this.
To pass the current date use SY-DATUM.
Move SY-datum to field u want to pass.
2009 May 08 8:09 AM
Hi J. Bakshi,
Please let me know how to write a BDC program creating a function module thru SHDB recording ?
You mean Recording for T-code SE37
My question is what are the upload fields from text or excel file
I have created a function and calling the same from my Z program but it is not working.
What function you created and why are you calling it in your Zprogram
ALso I need to know how we can pass the current date value as defult to one of the BDC fields.
If you need pass current date value you can pass SY-DATUM to BDC Fields
revert me for any quiries.
Regards,
Suneel G
| User | Count |
|---|---|
| 6 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |