We have added search box. Key in SAP issue keyword to search
TopBottom

Announcement: wanna exchange links? contact me at sapchatroom@gmail.com.

RE:[sap-abap] BAPI_ALM_ORDER_MAINTAIN SRULE

Posted by Admin at
Share this post:
Ma.gnolia DiggIt! Del.icio.us Yahoo Furl Technorati Reddit

Posted by AbapJunior
on Dec 1 at 3:20 AM
Mark this reply as helpfulMark as helpful
The trick is for every operation that you created, append the method create operation the same as every operation you have. For example, if you want to upload 2 operations, then you must have 2 methods create operation.

and for settlement rule, my code goes like this
it_methods-objecttype = 'SRULE'.
it_methods-method = 'CREATE'.
lv_counter_settlement = lv_counter_settlement + 1.
it_methods-refnumber = lv_counter_settlement.
it_methods-objectkey = '%00000000001'.
APPEND it_methods.
the lv_counter_settlement is goes within the loop, for how many settlement you want to upload.

I hope it helps :)

---------------Original Message---------------
From: jm111
Sent: Monday, September 06, 2010 10:37 PM
Subject: BAPI_ALM_ORDER_MAINTAIN SRULE

I am trying to create SETTLEMENT RULE with FM BAPI_ALM_ORDER_MAINTAIN and I have troubles
with that. I get an internal error with this BAPI.
Can anyone help?

How to call this BAPI in the right way?

Regards
John

__.____._
Copyright © 2010 Toolbox.com and message author.

Toolbox.com 4343 N. Scottsdale Road Suite 280, Scottsdale, AZ 85251
Related Content
Most Popular White Papers

In the Spotlight
Learn Best practices for DB2 for Linux, UNIX, and Windows. Read the IBM White Paper
_.____.__

0 comments:

Post a Comment

T r a n s l a t e to your language