Quantcast
Channel: SCN: Message List
Viewing all articles
Browse latest Browse all 3316

Re: How to insert external SQL Table in ABAP?

$
0
0

Hi Becker,

 

I sure the database have the MO column, because I just get below insert  to from SQL table.

I think is it possible SAP doesn't allow 'MO' as a column name?

 

INSERT INTO [CTO_REPORT].[dbo].[SAP_PULL_LIST]

           ([Sequence No]

           ,[MO ]

           ,[SKU number]

           ,[IECPN]

           ,[Qty]

           ,[Editor]

           ,[Cdt]

           ,[Udt])

     VALUES

           (<Sequence No, varchar(13),>

           ,<MO , varchar(12),>

           ,<SKU number, varchar(12),>

           ,<IECPN, varchar(12),>

           ,<Qty, int,>

           ,<Editor, varchar(20),>

           ,<Cdt, datetime,>

           ,<Udt, datetime,>)

GO


Viewing all articles
Browse latest Browse all 3316

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>