2007 Apr 02 2:22 PM
Hi Friends,
I am using Me31k for entering outline Agreement.
I have to use BDC and import from an external Source.
For that I am Recording the transaction using
"SHDB".
I got the following code:
perform bdc_dynpro using 'SAPMM06E' '0200'.
perform bdc_field using 'BDC_CURSOR'
'EKKO-LIFNR'.
perform bdc_field using 'BDC_OKCODE'
'=AB'.
perform bdc_field using 'EKKO-LIFNR'
record-LIFNR_001.
perform bdc_field using 'RM06E-EVART'
record-EVART_002.
perform bdc_field using 'RM06E-VEDAT'
record-VEDAT_003.
perform bdc_field using 'EKKO-EKORG'
record-EKORG_004.
perform bdc_field using 'EKKO-EKGRP'
record-EKGRP_005.
perform bdc_transaction using 'ME31K'.
My question is what is EVART & VEDAT .I hope these two are fields of the
structure.But where exactly the values which we were given in those two fields
will be copied in the tables.
Hi Friends,
I am using Me31k for entering outline Agreement.
I have to use BDC and import from an external Source.
For that I am Recording the transaction using
"SHDB".
I got the following code:
perform bdc_dynpro using 'SAPMM06E' '0200'.
perform bdc_field using 'BDC_CURSOR'
'EKKO-LIFNR'.
perform bdc_field using 'BDC_OKCODE'
'=AB'.
perform bdc_field using 'EKKO-LIFNR'
record-LIFNR_001.
perform bdc_field using 'RM06E-EVART'
record-EVART_002.
perform bdc_field using 'RM06E-VEDAT'
record-VEDAT_003.
perform bdc_field using 'EKKO-EKORG'
record-EKORG_004.
perform bdc_field using 'EKKO-EKGRP'
record-EKGRP_005.
perform bdc_transaction using 'ME31K'.
My question is what is EVART & VEDAT .I hope these two are fields of the
structure.But where exactly the values which we were given in those two fields
will be copied in the tables.
2007 Apr 02 2:35 PM
Hi Ravichand,
I think EVART & VEDAT will be stored in the ekko into their respective fields BSART & BEDAT.
If I am wrong correct me.
Regards,
Ramesh S
2007 Apr 02 2:38 PM
HI,
they are nothing but Agrrement Type (EKKO-BSART = K for contracts) and
thr AEDAT field in EKKO, doc creation date.
reward if useful
regards,
Anji
| User | Count |
|---|---|
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |