B
Brian
I'm not sure if anyone is familiar with connecting SAP to an Access database
via
RFCs, but I am looking to pull in only data where the plant numbers (WERKS)
are selected. It seems that I am only capable of pulling in 8 different
plant numbers before I get a SYSTEM_FAILURE. Right when I try to pull in 9,
thats the crash number. I tried the ( WERKS IN ('0575',etc.) ) and it seems
to work better than the WERKS = '0575' OR W Any ideas or thoughts? Would I
have to create an if
statement that determines how many are selected and then go to a specific
subroutine that can handle it? Tell me there is an easier way please.
via
RFCs, but I am looking to pull in only data where the plant numbers (WERKS)
are selected. It seems that I am only capable of pulling in 8 different
plant numbers before I get a SYSTEM_FAILURE. Right when I try to pull in 9,
thats the crash number. I tried the ( WERKS IN ('0575',etc.) ) and it seems
to work better than the WERKS = '0575' OR W Any ideas or thoughts? Would I
have to create an if
statement that determines how many are selected and then go to a specific
subroutine that can handle it? Tell me there is an easier way please.