Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

call transaction Help

Former Member
0 Likes
376

Dear All,

I am trying to insert a record in the Settlement rul fo the Production Order using the Call transaction as i am using this for the first time and can any body please help me !!!

These values are stored in the table COBRB.

Can any please help me..

With rgds

Ranjith Singh

Dear All,

I am trying to insert a record in the Settlement rul fo the Production Order using the Call transaction as i am using this for the first time and can any body please help me !!!

These values are stored in the table COBRB.

Can any please help me..

With rgds

Ranjith Singh

2 REPLIES 2
Read only

Former Member
0 Likes
355

ur question is not clear.

The syntax for call transaction is

Call transaction <transaction name>

using <bdcdata table>

mode 'A' (three types mode A , N, E)

update 'S' (three types of update S,A,L)

messages into bdcmsgcoll.

first upload ur data into bdcdata table & call ur transaction to pass the data.

I m not clear in ur question

Read only

Former Member
0 Likes
355

Hi Kalpanashri Rajendran,

Thanx for the reply.

I am trying to added one more entry in the Settlemenet Rule of the Productrion Order.

Already a entry will be there in the Settlement Rule present.

I a need to insert one more entry..

I hope u understood the Question