2014 Feb 23 9:23 AM
Hello,
I am looking for a BAPI or FM to create a SUBOBJECT during my runtime.
My requirement is I need to assign the FILENAME as a SUBOBJECT.
I have come across tables: BALOBJ, BALSUB, BALSUBT, BALOBJT.
BALSUB is the table which holds the SUBOBJECT
Is there any way to create SUBOBJECT dynamically.
Thanks.
2014 Feb 24 1:18 AM
Hi Vishnu,
You probably don't want to use SubObject for a Filename. Subobject is config, not master data and is maintained via Maintainance View on view "V_BALSUB'. Also you only have 20 chars for that field, so only for very small filenames, if you did decide to do something with that.
Perhaps you could use external number field (BAL_S_LOG-EXTNUMBER) instead, which gives you 100 chars and is also available for input. You can use this on the search of the logs also in SLG1.
Hope that helps point you in the rigth direction.
Regards,
Katan
Hello,
I am looking for a BAPI or FM to create a SUBOBJECT during my runtime.
My requirement is I need to assign the FILENAME as a SUBOBJECT.
I have come across tables: BALOBJ, BALSUB, BALSUBT, BALOBJT.
BALSUB is the table which holds the SUBOBJECT
Is there any way to create SUBOBJECT dynamically.
Thanks.
2014 Feb 24 1:18 AM
Hi Vishnu,
You probably don't want to use SubObject for a Filename. Subobject is config, not master data and is maintained via Maintainance View on view "V_BALSUB'. Also you only have 20 chars for that field, so only for very small filenames, if you did decide to do something with that.
Perhaps you could use external number field (BAL_S_LOG-EXTNUMBER) instead, which gives you 100 chars and is also available for input. You can use this on the search of the logs also in SLG1.
Hope that helps point you in the rigth direction.
Regards,
Katan
2014 Feb 24 9:22 AM
Hi,
Thanks Katan the exact answer which suits my requirement.
Full credit to you answer.
Thanks.
| User | Count |
|---|---|
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |