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

BDC_INSERT, Transaction code . Ma. is invalid

Former Member
0 Likes
1,012

Hi All,

I am developing LSMW through Batch Onput. I have created the recording and completed the steps upto Batch Seesion Creation. When I try to create a Batch Input seesion systom throws the following error message and directly goes out of LSMW.

BDC_INSERT, Transaction code . Ma. is invalid

Please guide me.

Regards

Sam

4 REPLIES 4
Read only

kamesh_g
Contributor
0 Likes
650

What tcode you are using ... check the tcode you are passing .

Because Ma tcode does not exist and . and use caps lock for tcode while passing to BDC_insert .

Read only

Former Member
0 Likes
650

hi....

this moght happen due to nonexitance of the t code...

plz check in table TSTC whether tcode is there or or not....if it exist then use it.

and furthur tcodes should be in caps and shold be given in like 'SE38'.

regards

Read only

Former Member
0 Likes
650

Hi,

In BDC_INSERT FM just chek out the transaction code u have entered is properly or not...

Regards

Kiran

Read only

Former Member
0 Likes
650

Hi,

Check whether are you passing the transaction properly in that function module or not.

Regards,

Jyothi CH.