cancel
Showing results for 
Search instead for 
Did you mean: 

Hi pals

Former Member
0 Kudos

Hi pals,

Test Cases we have to have to provide before with start with the development to get the XI certification

The Scenario case is like this

Send any Number (PO number or Invoice number) from ABC (any third party product) and display the result received from SAP into ABC. Now its from SD module…tell me some from other module (MM,PP,HR) with their BAPI’s

Only with RFC.

Please give me another Scenario to try with.

Regards

Anil

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

try to see the BAPI_MATERIAL_GET_DETAIL, see the steg_loc is the storage location of the material , so only that location you want then you can write the cutom BAPI.

Regards

Chilla

MichalKrawczyk
Active Contributor
0 Kudos

Hi,

display list of ORDERs in SD:

BAPI_SALESORDER_GETLIST

purchase order details in MM:

BAPI_PO_GETDETAIL

Regards,

michal

Former Member
0 Kudos

Thanks Michel,

you have understood my stand. Please help me in getting the detail of the location of the material when i give the material number.

and to change the location.

Or any good scenario from HR module

regards

Anil

MichalKrawczyk
Active Contributor
0 Kudos

hi,

if you want to get a material data you can use ALEREQ01 IDOC with MATFET

message type

inside:

OBJVALUE MATNR

SIGN I

OPTION EQ

LOW material number

and in return you will get your material with all details (MATMAS IDOC)

as for BAPI I know only BAPI_MATERIAL_GET_ALL

when you can put material numer among other things

Regards,

michal

Former Member
0 Kudos

Hi michal,

Thanks for the answer...I dunt watn IDocs..Anyway thanks for that BAPI for getting material detail...Couls you find me some way do that i could do an example in HR..

these all are related to SD and matreial management..anyway i will try an example with this BAPI.

regards

AK

Former Member
0 Kudos

You can use BAPI_MATERIAL_GETLIST to get the list of materials and You can use BAPI_MATERIAL_SAVEDATA to create the material in SAP

MichalKrawczyk
Active Contributor
0 Kudos

hi,

sorry don't know HR module (I'm working with logistics mainly)

Regards,

michal