cancel
Showing results for 
Search instead for 
Did you mean: 

BDC for ME01

Mahil
Explorer
0 Kudos
215

Dear Team,

I developed the BDC program for ME01. I am facing some issues in my BDC program. In the initial screen, we gave material and plant. Next screen we pass Validity start date & end date, purchase org, etc. It's working fine.

Now I pass the second value to the table control; the second data is not updated in the second line. It updating in first line.

how to over come these issues.

 

 

 

 

View Entire Topic
DominikTylczyn
SAP Champion
SAP Champion
0 Kudos

Hello @Mahil 

You need to pass the line number in BDCDATA-FNAM field enclosed in parentheses, e.g. fieldname(line number)

Best regards

Dominik Tylczynski

Mahil
Explorer
0 Kudos
Dear Sir,
Mahil
Explorer
0 Kudos
Sir, can you explain more..
Mahil
Explorer
0 Kudos
erform bdc_field using 'EORD-LIFNR(01)' wa-lifnr. " Pass Vendor Number perform bdc_field using 'EORD-LIFNR(02)' wa-lifnr. " Pass Vendor Number perform bdc_field using 'EORD-LIFNR(03)' wa-lifnr. " Pass Vendor Number perform bdc_field using 'EORD-LIFNR(04)' wa-lifnr. I try like this. but not work sir.
DominikTylczyn
SAP Champion
SAP Champion
0 Kudos
  • EORD-LIFNR(01)
  • EORD-LIFNR(02)
  • EORD-LIFNR(03)
  • etc.

That's exactly how you fill subsequent lines with BDC. What is not working?