do not pass document type in your excel....
write your bdc code two times
for example...
PERFORM BDCDATA USING FIELDS whatever you want to pass
here first give TYPE as SE,
now append the data to bdcdata table that you may be forming,
now again write the PERFORM fill bdcdata using fields,
here pass the type as SR
and append to bdcdata...
so for every single record of your excel there will be two BDCDATA records which should solve your problem...
↧
Re: problem in FB01
↧