Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Batch is not creating for Direct Input

Former Member
0 Likes
1,881

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 terminated

can anybody tell me what is the problem ?

where im wrong ?

Regards

Smitha

1 ACCEPTED SOLUTION
Read only

gerd_rother
Active Participant
0 Likes
1,272

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

6 REPLIES 6
Read only

gerd_rother
Active Participant
0 Likes
1,273

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

Read only

0 Likes
1,272

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 terminated

Help me on this ....

Reagrds

Smitha

Read only

0 Likes
1,272

Hi Smitha,

Try by giving in capitals XK02 you gave in small letters.

I think it solves the your problem.

Regards,

Raghava Channooru

Read only

0 Likes
1,272

Hi,

Try XK02 with upper case...

Regards, Gerd Rother

Read only

0 Likes
1,272

Thank you for all

my problem is resolved

Read only

Former Member
0 Likes
1,272

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.