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

BAPI

Former Member
0 Likes
723

Can Any One Tel Abt the Test data Of BAPI_PROCORD_CHANGE

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
669

See this is from Object type BUS001 and program PPPIPOAR

CALL FUNCTION 'BAPI_PROCORD_CHANGE'    
   EXPORTING                            
     NUMBER = OBJECT-KEY-NUMBER         
     ORDERDATA = ORDERDATA              
     ORDERDATAX = ORDERDATAX            
   IMPORTING                            
     RETURN = RETURN                    
     ORDER_TYPE = ORDERTYPE             
     ORDER_STATUS = ORDERSTATUS         
     MASTER_DATA_READ = MASTERDATAREAD  
   EXCEPTIONS                           
     OTHERS = 01.

6 REPLIES 6
Read only

Former Member
0 Likes
670

See this is from Object type BUS001 and program PPPIPOAR

CALL FUNCTION 'BAPI_PROCORD_CHANGE'    
   EXPORTING                            
     NUMBER = OBJECT-KEY-NUMBER         
     ORDERDATA = ORDERDATA              
     ORDERDATAX = ORDERDATAX            
   IMPORTING                            
     RETURN = RETURN                    
     ORDER_TYPE = ORDERTYPE             
     ORDER_STATUS = ORDERSTATUS         
     MASTER_DATA_READ = MASTERDATAREAD  
   EXCEPTIONS                           
     OTHERS = 01.

Read only

0 Likes
669

Hi Amit

Thnks for ur answer but im executing the Bapi it self not in program can u tel the data for it plz

Read only

0 Likes
669

Surendra,

I cannot guess what process number you should give according to your system.

Just read Long Text which is already documented for each fields.

Amit.

Read only

0 Likes
669

Hi Amit

Im executing BAPI in SE37 in that what data is required

Read only

0 Likes
669

Surendra,

See in impoting parameter:

NUMBER
ORDERDATA
ORDERDATAX

All these parameter are reuired.Again i'm saying why you are not reading Long text(Press green button) which is already there for each field.

Amit.

Read only

Former Member
0 Likes
669

Hi all,

My requirement is adding one field in allready exiting bapi.

Enhacement spot is ES_SAPL2032. Under enhancement spot adding one Enhacement implementation elements.

How to create Enhancement implementation and how to give name(standards)?.

This enhancement where to add function module(how to identified)?.

Thanks & Reagrds,

SReddy.