cancel
Showing results for 
Search instead for 
Did you mean: 

Two Input Ports where I want to fill one port in Backround Datas with an 'X

Former Member
0 Kudos

Hello *;

I have a bapi with two Inputports. One Port should get data's from background for example an 'X' The other I defined an Inputform for some IDs with an Submit Button. When I click on the Submit Button I will fill the data's from the background port and from the Input fields.

My question now is, do I have to use the signal in or the Startpoint for enter some 'X' in the the one Inputport. How I have to configure that??? like that -> 'X' ????

Regards Ingo

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hello Ingo,

If you want to give a static value due to the, you have to configure the edge between your form und the bapi (click configure and then the edge). There you can set the value for every input port. If you want to set a static string you have to use ' ' like 'X', if you have an integer you can insert the interger without ' '.

If you have not a static input you need a data store.

Regards,

Thomas

Answers (0)