PDA

View Full Version : SAP transaction


Mario Abad (Unregistered Guest)
03-30-2004, 03:20
Hi all,

I would like to know whether is posible to execute a SAP transaction (no BAPIs) and manage all the information receive by this transaction. If the answer is yes, could you, please, tell me how to do it?

Thanks in Advance.

Regards.

apicaud
03-30-2004, 09:24
What would you like to do ?
You can use RFC or IDOC to communicate with SAP.

Mario Abad (Unregistered Guest)
03-30-2004, 09:57
Hi,

I would like to get the result information, for example, when i execute the "wedi" transaction.

apicaud
03-30-2004, 10:34
"wedi" transaction is an INTERACTIVE transaction. Is not a batch transaction. If you want open an GUI, you can do that with the sap bc connector where you specified a session interactive.
Antoine

kasu_78
05-28-2004, 13:24
Antoine,
Could you please mention how would you create such interactive session in BC?
In BC in SAP Server configuration I know theres' one option Debug.... I tried that to no avail... pls throw some light....

Thanks

apicaud
06-01-2004, 02:51
Hi Sreedhar,

I suppose you must specified a parameter when you open a connexion but me I never do that.

Regards,

Antoine

kasu_78
06-01-2004, 04:34
Could you please let me know how you approached to get that interactive session in BC ?
Thanks

fosterb
06-04-2004, 11:39
Hi Sreedhar ( & Mario),

I don't think it is a practical concept to be thinking of having the BC and SAP do a true interactive transaction. (Such as one would do via the GUI.)

If you were posting an order via BAPI, you might use simulate function to test your data'v validity prior to attempting to post it. That level of interaction is relatively simple.

Why do you feel that you need to go interactive? What SAP system version is the target?

kasu_78
06-07-2004, 03:46
Hi Foster,

Thanks for the reply. I once had a problem in outbound & inbound maps with SAP Function modules and thought of debugging via BC by opening an interactive session.

- SK

mutta
06-27-2005, 12:25
how to configure SAP Adapter?

mutta
06-27-2005, 12:34
hai all,

while i was trying to configure SAP Adapter, i unable to connect to SAP Server.Login Property in SAP configuration is not set(blank).
due to which unable to login.Any one could please send me configuration properties example and reason of the above problem.