Dear community,
we try to distribute debitors using TCode BD12 from one system into another. Sending and receiving works fine.
But the processing fails, because a dynpro 900 and 910 for ETM data is called, wich is not expected by the batch input...
Dear community,
in our portal we can start the WebDynpro apllication FITV_POWL_TRIPS. Above the table, theire are the two buttons to create a travel request or an expense report. Both buttons work fine in the classic portal (also in the Ajax versio...
To present my data in a VizFrame, I have to prepare the data beforehand. The original data is defines in the manifest.json, and a control list view shows the items from the oData properly.
<List
items="{
path : 'origdata>/dataview
}
......
This post is quite old, but I came across this topic when I had this problem myself.There is a customizing option for those drop down options: CRM > Basic Functions > One-to-One E-Mail > Define Multipart E-Mail Option and Groupware Integration. There...
Hi Mario,since I faced the same issue, I post you my solution. Here is what I did:I copied the function module in SE37 (CRM_ERMS_MAIL_SEND to Z_CRM_ERMS_MAIL_SEND_MULTI)I created a table type Z_T_SMTPADR with line type AD_SMTPADRIn the Z version of t...
Batch input expects you to insert data as character type, because this it what you would actually input in a dynpro. I recommend to use a text variable for bdc_field form. DATA: lv_posnr(6) TYPE c. " length 6 should fit the length of position input
l...
Hello Irena,thank you for your blog post. In step 2) you created the distination to the backend system. But how can I setup the iView if the fiori app is uploaded directly into the web resource repository? If I leave the “system” property empty the a...