2009 Mar 04 1:16 AM
hi,
in cosb table iam giving objnr as order number but some times it does not take the order number directly there is some predefined format for this objnr how can we find the format ie for some the objnr
is OR000001000782 but for some orders it is OP0000010007830001.how can we trace how this objnr is manipulated???????
2009 Mar 04 2:01 AM
Hi,
there are couple of FMs which are responsible for generating obj. number for various objects in SAP such as various orders. The name is always like OBJECT_NUMBER_GET_. For number like OR it is FM OBJECT_NUMBER_GET_OR and for number like OP* it is FM OBJECT_NUMBER_GET_OP. You can try to find where these FMs are used and try to derive logic from it. The records like OR* corresponds to orders and the records like OP* corresponds to order items. You can see in your example that it has extra digits for item number. There is also include RBONRART which contains all prefixes for objects with German description. Hopefully this will help you.
Cheers
2009 Mar 04 2:01 AM
Hi,
there are couple of FMs which are responsible for generating obj. number for various objects in SAP such as various orders. The name is always like OBJECT_NUMBER_GET_. For number like OR it is FM OBJECT_NUMBER_GET_OR and for number like OP* it is FM OBJECT_NUMBER_GET_OP. You can try to find where these FMs are used and try to derive logic from it. The records like OR* corresponds to orders and the records like OP* corresponds to order items. You can see in your example that it has extra digits for item number. There is also include RBONRART which contains all prefixes for objects with German description. Hopefully this will help you.
Cheers
2009 Mar 04 2:22 AM
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |