cancel
Showing results for 
Search instead for 
Did you mean: 

Input Parameter for BAPI_REQUISITION_CREATE

Former Member
0 Kudos

Hello ,

I am currently struggling with a scenarion where INPUT parameter which is given as table (OUTPUT Parameter)when

I call the BAPI.

Is there any way to make this OUTPUT Table as InPUt and naturally Editable form.

Regards

Ajay

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Do you mean transferring ALL the tables entries as input

(which is not impossible), or just transferring a single data entry (which is supposed to be easy) ?

Former Member
0 Kudos

Hi Amir,

Thanks for your reply.

I am looking for a particula table as input entry

Regards

Ajay

Former Member
0 Kudos

Hi Ajay,

In SPS8 to make the table "mappable" as a whole to a BAPI first make it multiple lines selectable. Once you have done that when you click on the link between the data service and the UI Element there will be an additional element for configuration element available. Data scope is what I think it is called. Essentially you can map either "All data rows" or "All selected rows" to the BAPI or data service.

Hope this helps,

Cheers,

Scott

venkata_ramisetti
Active Contributor
0 Kudos

Hi Ajay,

You can convert any input port to output port and vise-versa using Flip Port option.

After dragging the data service BAPI_REQUISIION_CREATE,

by default it shows

Input as input port

Output, Requisition items and Return as output ports.

What you have do is right click on the Requisiion item output port and select Flip Port from the context menu.

It automatically converts as the input port.

Thanks,

Ramakrishna

Former Member
0 Kudos

Hi Ramakrishna,

Thanks for the solution.

Regards

Ajay

Answers (0)