Hi,
"I need to load master data to 23 info objects, by using process chain can I do full load of master data to all info objects at a time."
if there is no dependency between attributes then you add you can create process chains and trigger them at a time. No issues.
we can't maintain more than one variant in an info package, is that right ? or we can ?
With one info pack you can't load data to all 23 psa. because each data source have own psa. you need to sue 23 info packs.
in general start variant--> info pack --> dtp (assuming as your bw 7.x)---> attribute change run.
like that you need to create 23 chains
Or create one two big chains.
one is for attribute and another for text.
In attribute
start varaint--> info pack(info bject 1)--DTP(infoobject 1))--> info pack(infoo bject 2)-->dtp(infoobject 2).
Like that way you can create in series and parallel chains to load attributes data into info objects. at end you add change run for 6 info objects each. SAme you can do for text loads also.
Thanks