‎2010 May 06 7:33 AM
Hi
im using direct input method for vendor uploading...i have maintained source fields everything is working fine till "Check Converted Data Against Customizing "
in "Create Batch Input Session" when i try to execute im getting below log details and batch input is not creating
FB012 Session 1 : Special character for 'empty field' is /
FB007 Session 1 session name DIRECT was opened
FB112 Trans. 1 : No transaction code was transferred
FB016 ... Last header record ...
FB014 ... BLF00-STYPE 1
FB014 ... BLF00-TCODE /
FB014 ... BLF00-LIFNR 900001
FB014 ... BLF00-BUKRS 1000
FB014 ... BLF00-EKORG /
FB014 ... BLF00-KTOKK /
FB013 ....Editing was terminatedcan anybody tell me what is the problem ?
where im wrong ?
Regards
Smitha
‎2010 May 06 7:41 AM
Hi Smitha,
I think you use Batch Input, not Direct Input.
You posted the answer already:
FB014 ... BLF00-TCODE /
This means you did not provide a transaction code to run the BTC session (DI does not need a TC, but batch input does).
Check what TC is normally (in dialog) used to post your data, then fill TCODE with this value.
NB: Sometimes not the dialog TC is used for BTC but a TC especially for BTC, so if you encounter problems keep that in mind.
Regards,
Gerd Rother
‎2010 May 06 7:41 AM
Hi Smitha,
I think you use Batch Input, not Direct Input.
You posted the answer already:
FB014 ... BLF00-TCODE /
This means you did not provide a transaction code to run the BTC session (DI does not need a TC, but batch input does).
Check what TC is normally (in dialog) used to post your data, then fill TCODE with this value.
NB: Sometimes not the dialog TC is used for BTC but a TC especially for BTC, so if you encounter problems keep that in mind.
Regards,
Gerd Rother
‎2010 May 06 8:10 AM
hi
thanks for the reply
im using direct method only....
i gave the transaction code as 'XK02'
still my problem is not resolved
now im getting below log
FB012 Session 1 : Special character for 'empty field' is /
FB007 Session 1 session name DIRECTINPUT was opened
FB109 Trans. 1 : Transaction xk02 is not supported
FB016 ... Last header record ...
FB014 ... BLF00-STYPE 1
FB014 ... BLF00-TCODE xk02
FB014 ... BLF00-LIFNR 900001
FB014 ... BLF00-BUKRS 1100
FB014 ... BLF00-EKORG YEXP
FB014 ... BLF00-KTOKK 1000
FB013 ....Editing was terminatedHelp me on this ....
Reagrds
Smitha
‎2010 May 06 8:14 AM
Hi Smitha,
Try by giving in capitals XK02 you gave in small letters.
I think it solves the your problem.
Regards,
Raghava Channooru
‎2010 May 06 8:23 AM
‎2010 May 06 8:23 AM
‎2010 May 06 7:44 AM
Hi Smitha,
Have you taken a Recording of the Transaction Code by using the TCODE SHDB ( Transaction Recorder ). Using it you can also generate the program either a Batch Input Session or a Call Transaction Method.
I guess, by looking at the log, some of the values of the field were not captured properly. Also, execute the transaction code in standalone mode and check if all the customizations are working fine.
Hope this helps.
Thanks,
Samantak.