hello , i am trying to emulate this python code in abap , but without luck:
def _convert_result(result): # pragma: no cover
"""Translate SOAP result entries into dictionaries."""
translation = {
'NOMBRE': 'name',
'COMPROBA...
Helloi have a doubt about a select statement , i have a ZTABLE with a key field char length 11 and a record in the table with the key '00012345678' i have a field in the selection screen of length 20 which i use for capture the value for find the da...
hello , i add a custom Z field to the view BT114H_LAM/Details Component /MACCRM/BT308H_MAC Base Entity BTCustomerHi need when i fill this field push the value a field in the view BTFS_FIVIEW/FinViewEOVP of Component BTFS_FIVIEW Base Entity BTFS_FINVI...
Hello , in the near future mybe i will need use sap PI and one the they almost sure requeriment i will have is load data from a non-sap system and upload to sap ( doing some post using bapi_acc_document_post ) , is a process that already done using a...
hello ,not sure if this is the right place for ask this question but if not please move the question sorry and thanks in advanced.my problem is that i am using the bapi BAPI_ACC_DOCUMENT_CHECK to check if is posible post first using BAPI_ACC_DOCUMENT...
as you can see the or run the python code the certicate is not necesary and in theory what the module of python "requests" do is the same as if_http_client do in abap.thanks for taking time to answer.
this old but i will answer anyway because maybe somebody will looking for the answer:from suds.client import Clienturl = ' wsdl url here'client = Client(url, username='***', password="***")then yo do:print clientand you will find a line like:Methods ...